Html Css Color HEX #B8B36B Dark Khaki

📋 copy color: '#B8B36B'

red 184 ◦ green 179 ◦ blue 107

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

Shades of Dark Khaki #B8B36B

Tints of Dark Khaki #B8B36B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.77%

R = 39.15%
G = 38.09%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8B36B (or 0xB8B36B) is known color: Dark Khaki. HEX triplet: B8, B3 and 6B. RGB value is (184,179,107). Sum of RGB (Red+Green+Blue) = 184+179+107=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B36B is #474C94. Grayscale: #ACACAC. Windows color (decimal): -4672661 or 7058360. OLE color: 7058360.

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

Color convert

RGB 184 179 107 -
CMYK 0 0.03 0.42 0.28
HSL 56.1º 0.35% 0.57% -
HSV(B) 56.1º 0.42% 0.72% -
XYZ 38.54 43.49 20.27 -
YUV 172.29 91.16 136.35 -
System Red Green Blue C M Y K H S L
Decimal 184 179 107 0 0.03 0.42 0.28 56.1 0.35 0.57
Hex B8 B3 6B 0 3 2A 1C 38 23 39
Octal 270 263 153 0 3 52 34 70 43 71
Binary 10111000 10110011 1101011 0 11 101010 11100 111000 100011 111001

Color Harmonies of #B8B36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B36B

Black with #B8B36B

Text Example


Text Example

White with #B8B36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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