#BBA577

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

Shades of Pavlova #BBA577

Tints of Pavlova #BBA577

Color information

#BBA577 (or 0xBBA577) is unknown color: approx Pavlova. HEX triplet: BB, A5 and 77. RGB value is (187,165,119). Sum of RGB (Red+Green+Blue) = 187+165+119=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA577 is #445A88. Grayscale: #A6A6A6. Windows color (decimal): -4479625 or 7841211. OLE color: 7841211.

HSL color Cylindrical-coordinate representation of color #BBA577: hue angle of 40.59º 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 #BBA577 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB187165119-
CMYK00.120.360.27
HSL40.59º33.33%60%-
HSV(B)40.59º36.36%73.33%-
XYZ37.2838.8122.98-
YUV166.33101.29142.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 165 (64.84% from 255) = 35.03%
BLUE value IS 119 (46.88% from 255) = 25.27%
R=39.70%
G=35.03%
B=25.27%

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
Decimal18716511900.120.360.2740.5933.3360
HexBBA5770C241B29213c
Octal2732451670144433514174
Binary101110111010010111101110110010010011011101001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA577; }

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

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

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

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

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

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

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

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