#BBA578

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

Shades of Pavlova #BBA578

Tints of Pavlova #BBA578

Color information

#BBA578 (or 0xBBA578) is unknown color: approx Pavlova. HEX triplet: BB, A5 and 78. RGB value is (187,165,120). Sum of RGB (Red+Green+Blue) = 187+165+120=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA578 is #445A87. Grayscale: #A6A6A6. Windows color (decimal): -4479624 or 7906747. OLE color: 7906747.

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

Color convert

RGB187165120-
CMYK00.120.360.27
HSL40.3º33%60.2%-
HSV(B)40.3º35.83%73.33%-
XYZ37.3438.8323.3-
YUV166.45101.79142.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 120 (47.27% from 255) = 25.42%
R=39.62%
G=34.96%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716512000.120.360.2740.33360.2
HexBBA5780C241B28213c
Octal2732451700144433504174
Binary101110111010010111110000110010010011011101000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA578; }

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

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

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

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

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

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

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

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