#bbb18b

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

Shades of Chino #BBB18B

Tints of Chino #BBB18B

Color information

#BBB18B (or 0xBBB18B) is unknown color: approx Chino. HEX triplet: BB, B1 and 8B. RGB value is (187,177,139). Sum of RGB (Red+Green+Blue) = 187+177+139=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB18B is #444E74. Grayscale: #AFAFAF. Windows color (decimal): -4476533 or 9155003. OLE color: 9155003.

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

Color convert

RGB187177139-
CMYK00.050.260.27
HSL47.5º26.09%63.92%-
HSV(B)47.5º25.67%73.33%-
XYZ40.8843.8730.74-
YUV175.66107.31136.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 139 (54.69% from 255) = 27.63%
R=37.18%
G=35.19%
B=27.63%

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
Decimal18717713900.050.260.2747.526.0963.92
HexBBB18B051A1B301a40
Octal2732612130532336032100
Binary10111011101100011000101101011101011011110000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbb18b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbb18b; }

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

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

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

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

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

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

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

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