#BBA582

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

Shades of Pavlova #BBA582

Tints of Pavlova #BBA582

Color information

#BBA582 (or 0xBBA582) is unknown color: approx Pavlova. HEX triplet: BB, A5 and 82. RGB value is (187,165,130). Sum of RGB (Red+Green+Blue) = 187+165+130=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA582 is #445A7D. Grayscale: #A7A7A7. Windows color (decimal): -4479614 or 8562107. OLE color: 8562107.

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

Color convert

RGB187165130-
CMYK00.120.300.27
HSL36.84º29.53%62.16%-
HSV(B)36.84º30.48%73.33%-
XYZ37.9839.0926.66-
YUV167.59106.79141.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=38.80%
G=34.23%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716513000.120.300.2736.8429.5362.16
HexBBA5820C1E1B251e3e
Octal2732452020143633453676
Binary10111011101001011000001001100111101101110010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA582; }

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

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

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

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

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

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

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

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