#BBA575

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

Shades of Pavlova #BBA575

Tints of Pavlova #BBA575

Color information

#BBA575 (or 0xBBA575) is unknown color: approx Pavlova. HEX triplet: BB, A5 and 75. RGB value is (187,165,117). Sum of RGB (Red+Green+Blue) = 187+165+117=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA575 is #445A8A. Grayscale: #A6A6A6. Windows color (decimal): -4479627 or 7710139. OLE color: 7710139.

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

Color convert

RGB187165117-
CMYK00.120.370.27
HSL41.14º33.98%59.61%-
HSV(B)41.14º37.43%73.33%-
XYZ37.1638.7622.35-
YUV166.11100.29142.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=39.87%
G=35.18%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716511700.120.370.2741.1433.9859.61
HexBBA5750C251B29223c
Octal2732451650144533514274
Binary101110111010010111101010110010010111011101001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA575; }

 p { color: rgb(187,165,117); }

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

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

 a { background-color: rgb(187,165,117); }

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

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

 span { border-color: rgb(187,165,117); }

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