#BBA686

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

Shades of Pavlova #BBA686

Tints of Pavlova #BBA686

Color information

#BBA686 (or 0xBBA686) is unknown color: approx Pavlova. HEX triplet: BB, A6 and 86. RGB value is (187,166,134). Sum of RGB (Red+Green+Blue) = 187+166+134=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA686 is #445979. Grayscale: #A8A8A8. Windows color (decimal): -4479354 or 8824507. OLE color: 8824507.

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

Color convert

RGB187166134-
CMYK00.110.280.27
HSL36.23º28.04%62.94%-
HSV(B)36.23º28.34%73.33%-
XYZ38.4339.5628.16-
YUV168.63108.46141.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 166 (65.23% from 255) = 34.09%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=38.40%
G=34.09%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716613400.110.280.2736.2328.0462.94
HexBBA6860B1C1B241c3f
Octal2732462060133433443477
Binary10111011101001101000011001011111001101110010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA686; }

 p { color: rgb(187,166,134); }

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

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

 a { background-color: rgb(187,166,134); }

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

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

 span { border-color: rgb(187,166,134); }

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