#BBAB7F

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

Shades of Pavlova #BBAB7F

Tints of Pavlova #BBAB7F

Color information

#BBAB7F (or 0xBBAB7F) is unknown color: approx Pavlova. HEX triplet: BB, AB and 7F. RGB value is (187,171,127). Sum of RGB (Red+Green+Blue) = 187+171+127=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB7F is #445480. Grayscale: #AAAAAA. Windows color (decimal): -4478081 or 8367035. OLE color: 8367035.

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

Color convert

RGB187171127-
CMYK00.090.320.27
HSL44º30.61%61.57%-
HSV(B)44º32.09%73.33%-
XYZ38.8941.2225.99-
YUV170.77103.3139.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 127 (50% from 255) = 26.19%
R=38.56%
G=35.26%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717112700.090.320.274430.6161.57
HexBBAB7F09201B2c1f3e
Octal2732531770114033543776
Binary10111011101010111111111010011000001101110110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB7F; }

 p { color: rgb(187,171,127); }

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

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

 a { background-color: rgb(187,171,127); }

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

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

 span { border-color: rgb(187,171,127); }

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