Html Css Color HEX #BEB170 Dark Khaki

📋 copy color: '#BEB170'

red 190 ◦ green 177 ◦ blue 112

#BEB170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BEB170

Tints of Dark Khaki #BEB170

RGB

 RED value IS 190 (74.61% from 255) = 39.67%

 GREEN value IS 177 (69.53% from 255) = 36.95%

 BLUE value IS 112 (44.14% from 255) = 23.38%

R = 39.67%
G = 36.95%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BEB170 (or 0xBEB170) is known color: Dark Khaki. HEX triplet: BE, B1 and 70. RGB value is (190,177,112). Sum of RGB (Red+Green+Blue) = 190+177+112=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB170 is #414E8F. Grayscale: #ADADAD. Windows color (decimal): -4279952 or 7385534. OLE color: 7385534.

HSL color Cylindrical-coordinate representation of color #BEB170: hue angle of 50º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEB170 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 177 112 -
CMYK 0 0.07 0.41 0.25
HSL 50º 0.38% 0.59% -
HSV(B) 50º 0.41% 0.75% -
XYZ 39.88 43.56 21.64 -
YUV 173.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 190 177 112 0 0.07 0.41 0.25 50 0.38 0.59
Hex BE B1 70 0 7 29 19 32 26 3B
Octal 276 261 160 0 7 51 31 62 46 73
Binary 10111110 10110001 1110000 0 111 101001 11001 110010 100110 111011

Color Harmonies of #BEB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB170

Black with #BEB170

Text Example


Text Example

White with #BEB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB170; }

 p { color: rgb(190,177,112); }

 H1.HeaderClassName
 {
   color: #BEB170;
 }
 .AnyTagClassName
 {
   color: #BEB170;
 }
</style>

background-color css

<style>
 a { background-color: #BEB170; }

 a { background-color: rgb(190,177,112); }

 div.DivClassName
 {
   background-color: #BEB170;
 }
 .BgClassName
 {
   background-color: #BEB170;
 }
</style>

border-color css

<style>
 span { border-color: #BEB170; }

 span { border-color: rgb(190,177,112); }

 td.TdClassName
 {
   border-color: #BEB170;
 }
 .TagClassName
 {
   border-color: #BEB170;
 }
</style>