#BBB184

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

Shades of Chino #BBB184

Tints of Chino #BBB184

Color information

#BBB184 (or 0xBBB184) is unknown color: approx Chino. HEX triplet: BB, B1 and 84. RGB value is (187,177,132). Sum of RGB (Red+Green+Blue) = 187+177+132=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB184 is #444E7B. Grayscale: #AFAFAF. Windows color (decimal): -4476540 or 8696251. OLE color: 8696251.

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

Color convert

RGB187177132-
CMYK00.050.290.27
HSL49.09º28.8%62.55%-
HSV(B)49.09º29.41%73.33%-
XYZ40.3843.6828.13-
YUV174.86103.81136.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 132 (51.95% from 255) = 26.61%
R=37.70%
G=35.69%
B=26.61%

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
Decimal18717713200.050.290.2749.0928.862.55
HexBBB184051D1B311d3f
Octal273261204053533613577
Binary1011101110110001100001000101111011101111000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB184; }

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

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

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

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

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

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

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

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