Color Hex Logo

#beb675 Color Hex

#BEB675
(190,182,117)
0 Favorites   0 Comments

Color spaces of #beb675

RGB 190182117
HSL0.150.360.60
HSV53°38°75°
CMYK 0.000.040.38   0.25
XYZ41.174045.687423.4781
Yxy45.68740.37320.4141
Hunter Lab67.5925-9.553426.7205
CIE-Lab73.3422-6.771034.1075

#beb675 color RGB value is (190,182,117).

#beb675 hex color red value is 190, green value is 182 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #beb675 hue: 0.15 , saturation: 0.36 and the lightness value of beb675 is 0.60.

The process color (four color CMYK) of #beb675 color hex is 0.00, 0.04, 0.38, 0.25. Web safe color of #beb675 is #cccc66. Color #beb675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 01110101
Octal 276 266 165
Decimal 190 182 117
Hex BE B6 75

RGB Percentages of Color #beb675

%38.85
%37.22
%23.93

CMYK Percentages of Color #beb675

%0
%4
%38
%25

Triadic Colors of #beb675

#beb675 #75beb6 #b675be

Analogous Colors of #beb675

#beb675 #a2be75 #be9275

Monochromatic Colors of #beb675

#beb675

Complementary Color

#beb675 #757dbe

#beb675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb675 Color CSS Codes

.mybgcolor {background-color:#beb675; } 
.myforecolor {color:#beb675; }
.mybordercolor {border:3px solid #beb675; }

#beb675 Text Font Color

<p style="color:#beb675">Text here</p>

This sample text font color is #beb675
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#beb675 Background Color

<div style="background-color:#beb675">
Div content here</div>

This div background color is #beb675


#beb675 Border Color

<div style="border:3px solid #beb675">
Div here</div>

This div border color is #beb675


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,182,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #beb675; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #beb675;
  -webkit-box-shadow: 1px 1px 3px 2px #beb675;
  box-shadow:         1px 1px 3px 2px #beb675; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,182,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #beb675">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #beb675;
  -webkit-box-shadow: 1px 1px 3px 2px #beb675;
  box-shadow:         1px 1px 3px 2px #beb675;">
Div content here</div>

This div box has shadow with color #beb675


Comments

No comments written yet.

Please login to write comment.