Html Css Color HEX #B5B472 Dark Khaki

📋 copy color: '#B5B472'

red 181 ◦ green 180 ◦ blue 114

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

Shades of Dark Khaki #B5B472

Tints of Dark Khaki #B5B472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24%

R = 38.11%
G = 37.89%
B = 24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B5B472 (or 0xB5B472) is known color: Dark Khaki. HEX triplet: B5, B4 and 72. RGB value is (181,180,114). Sum of RGB (Red+Green+Blue) = 181+180+114=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B472 is #4A4B8D. Grayscale: #ADADAD. Windows color (decimal): -4869006 or 7517365. OLE color: 7517365.

HSL color Cylindrical-coordinate representation of color #B5B472: hue angle of 59.1º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5B472 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 180 114 -
CMYK 0 0.01 0.37 0.29
HSL 59.1º 0.31% 0.58% -
HSV(B) 59.1º 0.37% 0.71% -
XYZ 38.41 43.68 22.33 -
YUV 172.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 181 180 114 0 0.01 0.37 0.29 59.1 0.31 0.58
Hex B5 B4 72 0 1 25 1D 3B 1F 3A
Octal 265 264 162 0 1 45 35 73 37 72
Binary 10110101 10110100 1110010 0 1 100101 11101 111011 11111 111010

Color Harmonies of #B5B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B472

Black with #B5B472

Text Example


Text Example

White with #B5B472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B472; }

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

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

background-color css

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

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

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

border-color css

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

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

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