#BBB18A

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

Shades of Chino #BBB18A

Tints of Chino #BBB18A

Color information

#BBB18A (or 0xBBB18A) is unknown color: approx Chino. HEX triplet: BB, B1 and 8A. RGB value is (187,177,138). Sum of RGB (Red+Green+Blue) = 187+177+138=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB18A is #444E75. Grayscale: #AFAFAF. Windows color (decimal): -4476534 or 9089467. OLE color: 9089467.

HSL color Cylindrical-coordinate representation of color #BBB18A: hue angle of 47.76º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBB18A is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB187177138-
CMYK00.050.260.27
HSL47.76º26.49%63.73%-
HSV(B)47.76º26.2%73.33%-
XYZ40.843.8430.36-
YUV175.54106.81136.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 177 (69.53% from 255) = 35.26%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=37.25%
G=35.26%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717713800.050.260.2747.7626.4963.73
HexBBB18A051A1B301a40
Octal2732612120532336032100
Binary10111011101100011000101001011101011011110000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB18A; }

 p { color: rgb(187,177,138); }

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

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

 a { background-color: rgb(187,177,138); }

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

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

 span { border-color: rgb(187,177,138); }

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