#BBB08D

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

Shades of Chino #BBB08D

Tints of Chino #BBB08D

Color information

#BBB08D (or 0xBBB08D) is unknown color: approx Chino. HEX triplet: BB, B0 and 8D. RGB value is (187,176,141). Sum of RGB (Red+Green+Blue) = 187+176+141=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB08D is #444F72. Grayscale: #AFAFAF. Windows color (decimal): -4476787 or 9285819. OLE color: 9285819.

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

Color convert

RGB187176141-
CMYK00.060.250.27
HSL45.65º25.27%64.31%-
HSV(B)45.65º24.6%73.33%-
XYZ40.8343.5431.45-
YUV175.3108.64136.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=37.10%
G=34.92%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717614100.060.250.2745.6525.2764.31
HexBBB08D06191B2e1940
Octal2732602150631335631100
Binary10111011101100001000110101101100111011101110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB08D; }

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

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

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

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

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

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

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

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