#B8B278

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

Shades of Dark Khaki #B8B278

Tints of Dark Khaki #B8B278

Color information

#B8B278 (or 0xB8B278) is unknown color: approx Dark Khaki. HEX triplet: B8, B2 and 78. RGB value is (184,178,120). Sum of RGB (Red+Green+Blue) = 184+178+120=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B278 is #474D87. Grayscale: #ADADAD. Windows color (decimal): -4672904 or 7910072. OLE color: 7910072.

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

Color convert

RGB184178120-
CMYK00.030.350.28
HSL54.38º31.07%59.61%-
HSV(B)54.38º34.78%72.16%-
XYZ39.0843.3924.08-
YUV173.1897.99135.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.17%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 120 (47.27% from 255) = 24.90%
R=38.17%
G=36.93%
B=24.90%

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
Decimal18417812000.030.350.2854.3831.0759.61
HexB8B27803231C361f3c
Octal270262170034334663774
Binary101110001011001011110000111000111110011011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B278; }

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

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

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

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

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

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

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

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