#BBAF8B

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

Shades of Chino #BBAF8B

Tints of Chino #BBAF8B

Color information

#BBAF8B (or 0xBBAF8B) is unknown color: approx Chino. HEX triplet: BB, AF and 8B. RGB value is (187,175,139). Sum of RGB (Red+Green+Blue) = 187+175+139=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF8B is #445074. Grayscale: #AEAEAE. Windows color (decimal): -4477045 or 9154491. OLE color: 9154491.

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

Color convert

RGB187175139-
CMYK00.060.260.27
HSL45º26.09%63.92%-
HSV(B)45º25.67%73.33%-
XYZ40.4843.0930.61-
YUV174.48107.98136.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=37.33%
G=34.93%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717513900.060.260.274526.0963.92
HexBBAF8B061A1B2d1a40
Octal2732572130632335532100
Binary10111011101011111000101101101101011011101101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF8B; }

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

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

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

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

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

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

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

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