#BBA58A

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

Shades of Pavlova #BBA58A

Tints of Pavlova #BBA58A

Color information

#BBA58A (or 0xBBA58A) is unknown color: approx Pavlova. HEX triplet: BB, A5 and 8A. RGB value is (187,165,138). Sum of RGB (Red+Green+Blue) = 187+165+138=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA58A is #445A75. Grayscale: #A8A8A8. Windows color (decimal): -4479606 or 9086395. OLE color: 9086395.

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

Color convert

RGB187165138-
CMYK00.120.260.27
HSL33.06º26.49%63.73%-
HSV(B)33.06º26.2%73.33%-
XYZ38.5439.3129.6-
YUV168.5110.79141.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 165 (64.84% from 255) = 33.67%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=38.16%
G=33.67%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716513800.120.260.2733.0626.4963.73
HexBBA58A0C1A1B211a40
Octal27324521201432334132100
Binary101110111010010110001010011001101011011100001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA58A; }

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

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

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

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

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

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

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

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