#BBA88A

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

Shades of Pavlova #BBA88A

Tints of Pavlova #BBA88A

Color information

#BBA88A (or 0xBBA88A) is unknown color: approx Pavlova. HEX triplet: BB, A8 and 8A. RGB value is (187,168,138). Sum of RGB (Red+Green+Blue) = 187+168+138=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA88A is #445775. Grayscale: #AAAAAA. Windows color (decimal): -4478838 or 9087163. OLE color: 9087163.

HSL color Cylindrical-coordinate representation of color #BBA88A: hue angle of 36.73º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA88A is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB187168138-
CMYK00.100.260.27
HSL36.73º26.49%63.73%-
HSV(B)36.73º26.2%73.33%-
XYZ39.0840.4129.78-
YUV170.26109.79139.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=37.93%
G=34.08%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716813800.100.260.2736.7326.4963.73
HexBBA88A0A1A1B251a40
Octal27325021201232334532100
Binary101110111010100010001010010101101011011100101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA88A; }

 p { color: rgb(187,168,138); }

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

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

 a { background-color: rgb(187,168,138); }

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

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

 span { border-color: rgb(187,168,138); }

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