#BBAF88

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

Shades of Chino #BBAF88

Tints of Chino #BBAF88

Color information

#BBAF88 (or 0xBBAF88) is unknown color: approx Chino. HEX triplet: BB, AF and 88. RGB value is (187,175,136). Sum of RGB (Red+Green+Blue) = 187+175+136=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF88 is #445077. Grayscale: #AEAEAE. Windows color (decimal): -4477048 or 8957883. OLE color: 8957883.

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

Color convert

RGB187175136-
CMYK00.060.270.27
HSL45.88º27.27%63.33%-
HSV(B)45.88º27.27%73.33%-
XYZ40.274329.47-
YUV174.14106.48137.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 136 (53.52% from 255) = 27.31%
R=37.55%
G=35.14%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717513600.060.270.2745.8827.2763.33
HexBBAF88061B1B2e1b3f
Octal273257210063333563377
Binary1011101110101111100010000110110111101110111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF88; }

 p { color: rgb(187,175,136); }

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

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

 a { background-color: rgb(187,175,136); }

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

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

 span { border-color: rgb(187,175,136); }

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