#BBB085

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

Shades of Chino #BBB085

Tints of Chino #BBB085

Color information

#BBB085 (or 0xBBB085) is unknown color: approx Chino. HEX triplet: BB, B0 and 85. RGB value is (187,176,133). Sum of RGB (Red+Green+Blue) = 187+176+133=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB085 is #444F7A. Grayscale: #AEAEAE. Windows color (decimal): -4476795 or 8761531. OLE color: 8761531.

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

Color convert

RGB187176133-
CMYK00.060.290.27
HSL47.78º28.42%62.75%-
HSV(B)47.78º28.88%73.33%-
XYZ40.2543.3128.43-
YUV174.39104.64137-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=37.70%
G=35.48%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717613300.060.290.2747.7828.4262.75
HexBBB085061D1B301c3f
Octal273260205063533603477
Binary1011101110110000100001010110111011101111000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB085; }

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

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

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

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

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

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

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

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