Html Css Color HEX #B8B36C Dark Khaki

📋 copy color: '#B8B36C'

red 184 ◦ green 179 ◦ blue 108

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

Shades of Dark Khaki #B8B36C

Tints of Dark Khaki #B8B36C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38%

 BLUE value IS 108 (42.58% from 255) = 22.93%

R = 39.07%
G = 38%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8B36C (or 0xB8B36C) is known color: Dark Khaki. HEX triplet: B8, B3 and 6C. RGB value is (184,179,108). Sum of RGB (Red+Green+Blue) = 184+179+108=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B36C is #474C93. Grayscale: #ACACAC. Windows color (decimal): -4672660 or 7123896. OLE color: 7123896.

HSL color Cylindrical-coordinate representation of color #B8B36C: hue angle of 56.05º 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 #B8B36C is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 179 108 -
CMYK 0 0.03 0.41 0.28
HSL 56.05º 0.35% 0.57% -
HSV(B) 56.05º 0.41% 0.72% -
XYZ 38.59 43.51 20.55 -
YUV 172.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 184 179 108 0 0.03 0.41 0.28 56.05 0.35 0.57
Hex B8 B3 6C 0 3 29 1C 38 23 39
Octal 270 263 154 0 3 51 34 70 43 71
Binary 10111000 10110011 1101100 0 11 101001 11100 111000 100011 111001

Color Harmonies of #B8B36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B36C

Black with #B8B36C

Text Example


Text Example

White with #B8B36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B36C; }

 p { color: rgb(184,179,108); }

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

background-color css

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

 a { background-color: rgb(184,179,108); }

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

border-color css

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

 span { border-color: rgb(184,179,108); }

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