#BBB18D

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

Shades of Chino #BBB18D

Tints of Chino #BBB18D

Color information

#BBB18D (or 0xBBB18D) is unknown color: approx Chino. HEX triplet: BB, B1 and 8D. RGB value is (187,177,141). Sum of RGB (Red+Green+Blue) = 187+177+141=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB18D is #444E72. Grayscale: #B0B0B0. Windows color (decimal): -4476531 or 9286075. OLE color: 9286075.

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

Color convert

RGB187177141-
CMYK00.050.250.27
HSL46.96º25.27%64.31%-
HSV(B)46.96º24.6%73.33%-
XYZ41.0243.9331.52-
YUV175.89108.31135.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=37.03%
G=35.05%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717714100.050.250.2746.9625.2764.31
HexBBB18D05191B2f1940
Octal2732612150531335731100
Binary10111011101100011000110101011100111011101111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB18D; }

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

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

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

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

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

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

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

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