Html Css Color HEX #B9B273 Dark Khaki

📋 copy color: '#B9B273'

red 185 ◦ green 178 ◦ blue 115

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

Shades of Dark Khaki #B9B273

Tints of Dark Khaki #B9B273

RGB

 RED value IS 185 (72.66% from 255) = 38.7%

 GREEN value IS 178 (69.92% from 255) = 37.24%

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

R = 38.7%
G = 37.24%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B9B273 (or 0xB9B273) is known color: Dark Khaki. HEX triplet: B9, B2 and 73. RGB value is (185,178,115). Sum of RGB (Red+Green+Blue) = 185+178+115=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B273 is #464D8C. Grayscale: #ADADAD. Windows color (decimal): -4607373 or 7582393. OLE color: 7582393.

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

Color convert

RGB 185 178 115 -
CMYK 0 0.04 0.38 0.27
HSL 54º 0.33% 0.59% -
HSV(B) 54º 0.38% 0.73% -
XYZ 39.02 43.39 22.54 -
YUV 172.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 185 178 115 0 0.04 0.38 0.27 54 0.33 0.59
Hex B9 B2 73 0 4 26 1B 36 21 3B
Octal 271 262 163 0 4 46 33 66 41 73
Binary 10111001 10110010 1110011 0 100 100110 11011 110110 100001 111011

Color Harmonies of #B9B273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B273

Black with #B9B273

Text Example


Text Example

White with #B9B273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B273; }

 p { color: rgb(185,178,115); }

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

background-color css

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

 a { background-color: rgb(185,178,115); }

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

border-color css

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

 span { border-color: rgb(185,178,115); }

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