#BBA790

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

Shades of Pavlova #BBA790

Tints of Pavlova #BBA790

Color information

#BBA790 (or 0xBBA790) is unknown color: approx Pavlova. HEX triplet: BB, A7 and 90. RGB value is (187,167,144). Sum of RGB (Red+Green+Blue) = 187+167+144=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA790 is #44586F. Grayscale: #AAAAAA. Windows color (decimal): -4479088 or 9480123. OLE color: 9480123.

HSL color Cylindrical-coordinate representation of color #BBA790: hue angle of 32.09º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBA790 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB187167144-
CMYK00.110.230.27
HSL32.09º24.02%64.9%-
HSV(B)32.09º22.99%73.33%-
XYZ39.3540.2232.07-
YUV170.36113.13139.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 167 (65.62% from 255) = 33.53%
BLUE value IS 144 (56.64% from 255) = 28.92%
R=37.55%
G=33.53%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716714400.110.230.2732.0924.0264.9
HexBBA7900B171B201841
Octal27324722001327334030101
Binary101110111010011110010000010111011111011100000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA790; }

 p { color: rgb(187,167,144); }

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

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

 a { background-color: rgb(187,167,144); }

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

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

 span { border-color: rgb(187,167,144); }

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