#B8B277

Color #B8B277 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #B8B277

Tints of Dark Khaki #B8B277

Color information

#B8B277 (or 0xB8B277) is unknown color: approx Dark Khaki. HEX triplet: B8, B2 and 77. RGB value is (184,178,119). Sum of RGB (Red+Green+Blue) = 184+178+119=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B277 is #474D88. Grayscale: #ADADAD. Windows color (decimal): -4672905 or 7844536. OLE color: 7844536.

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

Color convert

RGB184178119-
CMYK00.030.350.28
HSL54.46º31.4%59.41%-
HSV(B)54.46º35.33%72.16%-
XYZ39.0243.3623.77-
YUV173.0797.49135.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.25%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 119 (46.88% from 255) = 24.74%
R=38.25%
G=37.01%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417811900.030.350.2854.4631.459.41
HexB8B27703231C361f3b
Octal270262167034334663773
Binary101110001011001011101110111000111110011011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B277; }

 p { color: rgb(184,178,119); }

 H1.HeaderClassName
 {
   color: #B8B277;
 }
 .AnyTagClassName
 {
   color: #B8B277;
 }
</style>
background-color css

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

 a { background-color: rgb(184,178,119); }

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

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

 span { border-color: rgb(184,178,119); }

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