#BBB18E

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

Shades of Chino #BBB18E

Tints of Chino #BBB18E

Color information

#BBB18E (or 0xBBB18E) is unknown color: approx Chino. HEX triplet: BB, B1 and 8E. RGB value is (187,177,142). Sum of RGB (Red+Green+Blue) = 187+177+142=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB18E is #444E71. Grayscale: #B0B0B0. Windows color (decimal): -4476530 or 9351611. OLE color: 9351611.

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

Color convert

RGB187177142-
CMYK00.050.240.27
HSL46.67º24.86%64.51%-
HSV(B)46.67º24.06%73.33%-
XYZ41.143.9631.91-
YUV176108.81135.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 142 (55.86% from 255) = 28.06%
R=36.96%
G=34.98%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717714200.050.240.2746.6724.8664.51
HexBBB18E05181B2f1941
Octal2732612160530335731101
Binary10111011101100011000111001011100011011101111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB18E; }

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

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

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

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

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

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

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

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