Html Css Color HEX #B5B46D Dark Khaki

📋 copy color: '#B5B46D'

red 181 ◦ green 180 ◦ blue 109

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

Shades of Dark Khaki #B5B46D

Tints of Dark Khaki #B5B46D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.3%

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

R = 38.51%
G = 38.3%
B = 23.19%

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

#B5B46D (or 0xB5B46D) is known color: Dark Khaki. HEX triplet: B5, B4 and 6D. RGB value is (181,180,109). Sum of RGB (Red+Green+Blue) = 181+180+109=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B46D is #4A4B92. Grayscale: #ACACAC. Windows color (decimal): -4869011 or 7189685. OLE color: 7189685.

HSL color Cylindrical-coordinate representation of color #B5B46D: hue angle of 59.17º 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 #B5B46D is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 180 109 -
CMYK 0 0.01 0.40 0.29
HSL 59.17º 0.33% 0.57% -
HSV(B) 59.17º 0.4% 0.71% -
XYZ 38.14 43.57 20.87 -
YUV 172.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 181 180 109 0 0.01 0.40 0.29 59.17 0.33 0.57
Hex B5 B4 6D 0 1 28 1D 3B 21 39
Octal 265 264 155 0 1 50 35 73 41 71
Binary 10110101 10110100 1101101 0 1 101000 11101 111011 100001 111001

Color Harmonies of #B5B46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B46D

Black with #B5B46D

Text Example


Text Example

White with #B5B46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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