#BBB088

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

Shades of Chino #BBB088

Tints of Chino #BBB088

Color information

#BBB088 (or 0xBBB088) is unknown color: approx Chino. HEX triplet: BB, B0 and 88. RGB value is (187,176,136). Sum of RGB (Red+Green+Blue) = 187+176+136=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB088 is #444F77. Grayscale: #AEAEAE. Windows color (decimal): -4476792 or 8958139. OLE color: 8958139.

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

Color convert

RGB187176136-
CMYK00.060.270.27
HSL47.06º27.27%63.33%-
HSV(B)47.06º27.27%73.33%-
XYZ40.4643.3929.54-
YUV174.73106.14136.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=37.47%
G=35.27%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717613600.060.270.2747.0627.2763.33
HexBBB088061B1B2f1b3f
Octal273260210063333573377
Binary1011101110110000100010000110110111101110111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB088; }

 p { color: rgb(187,176,136); }

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

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

 a { background-color: rgb(187,176,136); }

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

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

 span { border-color: rgb(187,176,136); }

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