#B4A58A

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

Shades of Pavlova #B4A58A

Tints of Pavlova #B4A58A

Color information

#B4A58A (or 0xB4A58A) is unknown color: approx Pavlova. HEX triplet: B4, A5 and 8A. RGB value is (180,165,138). Sum of RGB (Red+Green+Blue) = 180+165+138=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A58A is #4B5A75. Grayscale: #A6A6A6. Windows color (decimal): -4938358 or 9086388. OLE color: 9086388.

HSL color Cylindrical-coordinate representation of color #B4A58A: hue angle of 38.57º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4A58A is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB180165138-
CMYK00.080.230.29
HSL38.57º21.88%62.35%-
HSV(B)38.57º23.33%70.59%-
XYZ36.8638.4529.52-
YUV166.41111.97137.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=37.27%
G=34.16%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016513800.080.230.2938.5721.8862.35
HexB4A58A08171D27163e
Octal2642452120102735472676
Binary10110100101001011000101001000101111110110011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A58A; }

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

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

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

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

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

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

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

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