Html Css Color HEX #B5B873 Dark Khaki

📋 copy color: '#B5B873'

red 181 ◦ green 184 ◦ blue 115

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

Shades of Dark Khaki #B5B873

Tints of Dark Khaki #B5B873

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.33%

 BLUE value IS 115 (45.31% from 255) = 23.96%

R = 37.71%
G = 38.33%
B = 23.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B5B873 (or 0xB5B873) is known color: Dark Khaki. HEX triplet: B5, B8 and 73. RGB value is (181,184,115). Sum of RGB (Red+Green+Blue) = 181+184+115=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B873 is #4A478C. Grayscale: #AFAFAF. Windows color (decimal): -4867981 or 7583925. OLE color: 7583925.

HSL color Cylindrical-coordinate representation of color #B5B873: hue angle of 62.61º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5B873 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 184 115 -
CMYK 0.02 0 0.38 0.28
HSL 62.61º 0.33% 0.59% -
HSV(B) 62.61º 0.38% 0.72% -
XYZ 39.29 45.34 22.9 -
YUV 175.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 181 184 115 0.02 0 0.38 0.28 62.61 0.33 0.59
Hex B5 B8 73 2 0 26 1C 3F 21 3B
Octal 265 270 163 2 0 46 34 77 41 73
Binary 10110101 10111000 1110011 10 0 100110 11100 111111 100001 111011

Color Harmonies of #B5B873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B873

Black with #B5B873

Text Example


Text Example

White with #B5B873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B873; }

 p { color: rgb(181,184,115); }

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

background-color css

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

 a { background-color: rgb(181,184,115); }

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

border-color css

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

 span { border-color: rgb(181,184,115); }

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