#B7B27A

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

Shades of Dark Khaki #B7B27A

Tints of Dark Khaki #B7B27A

Color information

#B7B27A (or 0xB7B27A) is unknown color: approx Dark Khaki. HEX triplet: B7, B2 and 7A. RGB value is (183,178,122). Sum of RGB (Red+Green+Blue) = 183+178+122=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B27A is #484D85. Grayscale: #ADADAD. Windows color (decimal): -4738438 or 8041143. OLE color: 8041143.

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

Color convert

RGB183178122-
CMYK00.030.330.28
HSL55.08º29.76%59.8%-
HSV(B)55.08º33.33%71.76%-
XYZ38.9643.3124.72-
YUV173.1199.16135.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.89%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 122 (48.05% from 255) = 25.26%
R=37.89%
G=36.85%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317812200.030.330.2855.0829.7659.8
HexB7B27A03211C371e3c
Octal267262172034134673674
Binary101101111011001011110100111000011110011011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B27A; }

 p { color: rgb(183,178,122); }

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

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

 a { background-color: rgb(183,178,122); }

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

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

 span { border-color: rgb(183,178,122); }

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