#BBA380

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

Shades of Pavlova #BBA380

Tints of Pavlova #BBA380

Color information

#BBA380 (or 0xBBA380) is unknown color: approx Pavlova. HEX triplet: BB, A3 and 80. RGB value is (187,163,128). Sum of RGB (Red+Green+Blue) = 187+163+128=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA380 is #445C7F. Grayscale: #A6A6A6. Windows color (decimal): -4480128 or 8430523. OLE color: 8430523.

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

Color convert

RGB187163128-
CMYK00.130.320.27
HSL35.59º30.26%61.76%-
HSV(B)35.59º31.55%73.33%-
XYZ37.4938.3225.84-
YUV166.19106.45142.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=39.12%
G=34.10%
B=26.78%

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
Decimal18716312800.130.320.2735.5930.2661.76
HexBBA3800D201B241e3e
Octal2732432000154033443676
Binary101110111010001110000000011011000001101110010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA380; }

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

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

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

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

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

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

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

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