#B2A688

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

Shades of Pavlova #B2A688

Tints of Pavlova #B2A688

Color information

#B2A688 (or 0xB2A688) is unknown color: approx Pavlova. HEX triplet: B2, A6 and 88. RGB value is (178,166,136). Sum of RGB (Red+Green+Blue) = 178+166+136=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A688 is #4D5977. Grayscale: #A6A6A6. Windows color (decimal): -5069176 or 8955570. OLE color: 8955570.

HSL color Cylindrical-coordinate representation of color #B2A688: hue angle of 42.86º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2A688 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB178166136-
CMYK00.070.240.30
HSL42.86º21.43%61.57%-
HSV(B)42.86º23.6%69.8%-
XYZ36.4438.5128.81-
YUV166.17110.98136.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 166 (65.23% from 255) = 34.58%
BLUE value IS 136 (53.52% from 255) = 28.33%
R=37.08%
G=34.58%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816613600.070.240.3042.8621.4361.57
HexB2A68807181E2b153e
Octal262246210073036532576
Binary1011001010100110100010000111110001111010101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A688; }

 p { color: rgb(178,166,136); }

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

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

 a { background-color: rgb(178,166,136); }

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

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

 span { border-color: rgb(178,166,136); }

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