Html Css Color HEX #B5B36D Dark Khaki

📋 copy color: '#B5B36D'

red 181 ◦ green 179 ◦ blue 109

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

Shades of Dark Khaki #B5B36D

Tints of Dark Khaki #B5B36D

RGB

 RED value IS 181 (71.09% from 255) = 38.59%

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

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

R = 38.59%
G = 38.17%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5B36D (or 0xB5B36D) is known color: Dark Khaki. HEX triplet: B5, B3 and 6D. RGB value is (181,179,109). Sum of RGB (Red+Green+Blue) = 181+179+109=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B36D is #4A4C92. Grayscale: #ABABAB. Windows color (decimal): -4869267 or 7189429. OLE color: 7189429.

HSL color Cylindrical-coordinate representation of color #B5B36D: hue angle of 58.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5B36D is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 179 109 -
CMYK 0 0.01 0.40 0.29
HSL 58.33º 0.33% 0.57% -
HSV(B) 58.33º 0.4% 0.71% -
XYZ 37.94 43.17 20.8 -
YUV 171.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 181 179 109 0 0.01 0.40 0.29 58.33 0.33 0.57
Hex B5 B3 6D 0 1 28 1D 3A 21 39
Octal 265 263 155 0 1 50 35 72 41 71
Binary 10110101 10110011 1101101 0 1 101000 11101 111010 100001 111001

Color Harmonies of #B5B36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B36D

Black with #B5B36D

Text Example


Text Example

White with #B5B36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B36D; }

 p { color: rgb(181,179,109); }

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

background-color css

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

 a { background-color: rgb(181,179,109); }

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

border-color css

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

 span { border-color: rgb(181,179,109); }

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