#BBAF8F

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

Shades of Chino #BBAF8F

Tints of Chino #BBAF8F

Color information

#BBAF8F (or 0xBBAF8F) is unknown color: approx Chino. HEX triplet: BB, AF and 8F. RGB value is (187,175,143). Sum of RGB (Red+Green+Blue) = 187+175+143=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF8F is #445070. Grayscale: #AFAFAF. Windows color (decimal): -4477041 or 9416635. OLE color: 9416635.

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

Color convert

RGB187175143-
CMYK00.060.240.27
HSL43.64º24.44%64.71%-
HSV(B)43.64º23.53%73.33%-
XYZ40.7843.2132.18-
YUV174.94109.98136.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 175 (68.75% from 255) = 34.65%
BLUE value IS 143 (56.25% from 255) = 28.32%
R=37.03%
G=34.65%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717514300.060.240.2743.6424.4464.71
HexBBAF8F06181B2c1841
Octal2732572170630335430101
Binary10111011101011111000111101101100011011101100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF8F; }

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

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

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

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

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

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

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

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