#BBB185

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

Shades of Chino #BBB185

Tints of Chino #BBB185

Color information

#BBB185 (or 0xBBB185) is unknown color: approx Chino. HEX triplet: BB, B1 and 85. RGB value is (187,177,133). Sum of RGB (Red+Green+Blue) = 187+177+133=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB185 is #444E7A. Grayscale: #AFAFAF. Windows color (decimal): -4476539 or 8761787. OLE color: 8761787.

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

Color convert

RGB187177133-
CMYK00.050.290.27
HSL48.89º28.42%62.75%-
HSV(B)48.89º28.88%73.33%-
XYZ40.4543.728.49-
YUV174.97104.31136.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 177 (69.53% from 255) = 35.61%
BLUE value IS 133 (52.34% from 255) = 26.76%
R=37.63%
G=35.61%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717713300.050.290.2748.8928.4262.75
HexBBB185051D1B311c3f
Octal273261205053533613477
Binary1011101110110001100001010101111011101111000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB185; }

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

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

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

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

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

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

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

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