#B2A58A

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

Shades of Pavlova #B2A58A

Tints of Pavlova #B2A58A

Color information

#B2A58A (or 0xB2A58A) is unknown color: approx Pavlova. HEX triplet: B2, A5 and 8A. RGB value is (178,165,138). Sum of RGB (Red+Green+Blue) = 178+165+138=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A58A is #4D5A75. Grayscale: #A5A5A5. Windows color (decimal): -5069430 or 9086386. OLE color: 9086386.

HSL color Cylindrical-coordinate representation of color #B2A58A: hue angle of 40.5º 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 #B2A58A is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB178165138-
CMYK00.070.220.30
HSL40.5º20.62%61.96%-
HSV(B)40.5º22.47%69.8%-
XYZ36.438.2129.5-
YUV165.81112.31136.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=37.01%
G=34.30%
B=28.69%

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
Decimal17816513800.070.220.3040.520.6261.96
HexB2A58A07161E29153e
Octal262245212072636512576
Binary1011001010100101100010100111101101111010100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A58A; }

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

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

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

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

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

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

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

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