Html Css Color HEX #B5B370 Dark Khaki

📋 copy color: '#B5B370'

red 181 ◦ green 179 ◦ blue 112

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

Shades of Dark Khaki #B5B370

Tints of Dark Khaki #B5B370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.73%

R = 38.35%
G = 37.92%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B5B370 (or 0xB5B370) is known color: Dark Khaki. HEX triplet: B5, B3 and 70. RGB value is (181,179,112). Sum of RGB (Red+Green+Blue) = 181+179+112=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B370 is #4A4C8F. Grayscale: #ACACAC. Windows color (decimal): -4869264 or 7386037. OLE color: 7386037.

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

Color convert

RGB 181 179 112 -
CMYK 0 0.01 0.38 0.29
HSL 58.26º 0.32% 0.57% -
HSV(B) 58.26º 0.38% 0.71% -
XYZ 38.1 43.23 21.67 -
YUV 171.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 181 179 112 0 0.01 0.38 0.29 58.26 0.32 0.57
Hex B5 B3 70 0 1 26 1D 3A 20 39
Octal 265 263 160 0 1 46 35 72 40 71
Binary 10110101 10110011 1110000 0 1 100110 11101 111010 100000 111001

Color Harmonies of #B5B370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B370

Black with #B5B370

Text Example


Text Example

White with #B5B370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B370; }

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

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

background-color css

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

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

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

border-color css

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

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

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