#BBB274

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

Shades of Dark Khaki #BBB274

Tints of Dark Khaki #BBB274

Color information

#BBB274 (or 0xBBB274) is unknown color: approx Dark Khaki. HEX triplet: BB, B2 and 74. RGB value is (187,178,116). Sum of RGB (Red+Green+Blue) = 187+178+116=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB274 is #444D8B. Grayscale: #ADADAD. Windows color (decimal): -4476300 or 7647931. OLE color: 7647931.

HSL color Cylindrical-coordinate representation of color #BBB274: hue angle of 52.39º degrees, saturation: 0.34, 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 #BBB274 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB187178116-
CMYK00.050.380.27
HSL52.39º34.3%59.41%-
HSV(B)52.39º37.97%73.33%-
XYZ39.5743.6722.87-
YUV173.6295.48137.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 116 (45.70% from 255) = 24.12%
R=38.88%
G=37.01%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717811600.050.380.2752.3934.359.41
HexBBB27405261B34223b
Octal273262164054633644273
Binary10111011101100101110100010110011011011110100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB274; }

 p { color: rgb(187,178,116); }

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

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

 a { background-color: rgb(187,178,116); }

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

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

 span { border-color: rgb(187,178,116); }

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