#BBA280

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

Shades of Pavlova #BBA280

Tints of Pavlova #BBA280

Color information

#BBA280 (or 0xBBA280) is unknown color: approx Pavlova. HEX triplet: BB, A2 and 80. RGB value is (187,162,128). Sum of RGB (Red+Green+Blue) = 187+162+128=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA280 is #445D7F. Grayscale: #A5A5A5. Windows color (decimal): -4480384 or 8430267. OLE color: 8430267.

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

Color convert

RGB187162128-
CMYK00.130.320.27
HSL34.58º30.26%61.76%-
HSV(B)34.58º31.55%73.33%-
XYZ37.3137.9625.78-
YUV165.6106.78143.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=39.20%
G=33.96%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716212800.130.320.2734.5830.2661.76
HexBBA2800D201B231e3e
Octal2732422000154033433676
Binary101110111010001010000000011011000001101110001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA280; }

 p { color: rgb(187,162,128); }

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

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

 a { background-color: rgb(187,162,128); }

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

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

 span { border-color: rgb(187,162,128); }

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