Html Css Color HEX #B8B76D Dark Khaki

📋 copy color: '#B8B76D'

red 184 ◦ green 183 ◦ blue 109

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

Shades of Dark Khaki #B8B76D

Tints of Dark Khaki #B8B76D

RGB

 RED value IS 184 (72.27% from 255) = 38.66%

 GREEN value IS 183 (71.88% from 255) = 38.45%

 BLUE value IS 109 (42.97% from 255) = 22.9%

R = 38.66%
G = 38.45%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8B76D (or 0xB8B76D) is known color: Dark Khaki. HEX triplet: B8, B7 and 6D. RGB value is (184,183,109). Sum of RGB (Red+Green+Blue) = 184+183+109=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B76D is #474892. Grayscale: #AFAFAF. Windows color (decimal): -4671635 or 7190456. OLE color: 7190456.

HSL color Cylindrical-coordinate representation of color #B8B76D: hue angle of 59.2º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8B76D is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 183 109 -
CMYK 0 0.01 0.41 0.28
HSL 59.2º 0.35% 0.57% -
HSV(B) 59.2º 0.41% 0.72% -
XYZ 39.46 45.16 21.11 -
YUV 174.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 184 183 109 0 0.01 0.41 0.28 59.2 0.35 0.57
Hex B8 B7 6D 0 1 29 1C 3B 23 39
Octal 270 267 155 0 1 51 34 73 43 71
Binary 10111000 10110111 1101101 0 1 101001 11100 111011 100011 111001

Color Harmonies of #B8B76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B76D

Black with #B8B76D

Text Example


Text Example

White with #B8B76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B76D; }

 p { color: rgb(184,183,109); }

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

background-color css

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

 a { background-color: rgb(184,183,109); }

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

border-color css

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

 span { border-color: rgb(184,183,109); }

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