#B2A68A

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

Shades of Pavlova #B2A68A

Tints of Pavlova #B2A68A

Color information

#B2A68A (or 0xB2A68A) is unknown color: approx Pavlova. HEX triplet: B2, A6 and 8A. RGB value is (178,166,138). Sum of RGB (Red+Green+Blue) = 178+166+138=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A68A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A68A is #4D5975. Grayscale: #A6A6A6. Windows color (decimal): -5069174 or 9086642. OLE color: 9086642.

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

Color convert

RGB178166138-
CMYK00.070.220.30
HSL42º20.62%61.96%-
HSV(B)42º22.47%69.8%-
XYZ36.5838.5729.56-
YUV166.4111.98136.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 138 (54.30% from 255) = 28.63%
R=36.93%
G=34.44%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816613800.070.220.304220.6261.96
HexB2A68A07161E2a153e
Octal262246212072636522576
Binary1011001010100110100010100111101101111010101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A68A; }

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

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

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

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

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

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

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

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