#BBA581

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

Shades of Pavlova #BBA581

Tints of Pavlova #BBA581

Color information

#BBA581 (or 0xBBA581) is unknown color: approx Pavlova. HEX triplet: BB, A5 and 81. RGB value is (187,165,129). Sum of RGB (Red+Green+Blue) = 187+165+129=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA581 is #445A7E. Grayscale: #A7A7A7. Windows color (decimal): -4479615 or 8496571. OLE color: 8496571.

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

Color convert

RGB187165129-
CMYK00.120.310.27
HSL37.24º29.9%61.96%-
HSV(B)37.24º31.02%73.33%-
XYZ37.9139.0626.31-
YUV167.47106.29141.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 129 (50.78% from 255) = 26.82%
R=38.88%
G=34.30%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716512900.120.310.2737.2429.961.96
HexBBA5810C1F1B251e3e
Octal2732452010143733453676
Binary10111011101001011000000101100111111101110010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA581; }

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

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

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

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

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

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

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

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