#BBB18C

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

Shades of Chino #BBB18C

Tints of Chino #BBB18C

Color information

#BBB18C (or 0xBBB18C) is unknown color: approx Chino. HEX triplet: BB, B1 and 8C. RGB value is (187,177,140). Sum of RGB (Red+Green+Blue) = 187+177+140=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB18C is #444E73. Grayscale: #AFAFAF. Windows color (decimal): -4476532 or 9220539. OLE color: 9220539.

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

Color convert

RGB187177140-
CMYK00.050.250.27
HSL47.23º25.68%64.12%-
HSV(B)47.23º25.13%73.33%-
XYZ40.9543.931.13-
YUV175.77107.81136.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 140 (55.08% from 255) = 27.78%
R=37.10%
G=35.12%
B=27.78%

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
Decimal18717714000.050.250.2747.2325.6864.12
HexBBB18C05191B2f1a40
Octal2732612140531335732100
Binary10111011101100011000110001011100111011101111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB18C; }

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

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

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

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

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

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

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

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