Html Css Color HEX #B8B76E Dark Khaki

📋 copy color: '#B8B76E'

red 184 ◦ green 183 ◦ blue 110

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

Shades of Dark Khaki #B8B76E

Tints of Dark Khaki #B8B76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.06%

R = 38.57%
G = 38.36%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8B76E (or 0xB8B76E) is known color: Dark Khaki. HEX triplet: B8, B7 and 6E. RGB value is (184,183,110). Sum of RGB (Red+Green+Blue) = 184+183+110=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B76E is #474891. Grayscale: #AFAFAF. Windows color (decimal): -4671634 or 7255992. OLE color: 7255992.

HSL color Cylindrical-coordinate representation of color #B8B76E: hue angle of 59.19º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8B76E is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 183 110 -
CMYK 0 0.01 0.40 0.28
HSL 59.19º 0.34% 0.58% -
HSV(B) 59.19º 0.4% 0.72% -
XYZ 39.52 45.18 21.39 -
YUV 174.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 184 183 110 0 0.01 0.40 0.28 59.19 0.34 0.58
Hex B8 B7 6E 0 1 28 1C 3B 22 3A
Octal 270 267 156 0 1 50 34 73 42 72
Binary 10111000 10110111 1101110 0 1 101000 11100 111011 100010 111010

Color Harmonies of #B8B76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B76E

Black with #B8B76E

Text Example


Text Example

White with #B8B76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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