#B4A583

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

Shades of Pavlova #B4A583

Tints of Pavlova #B4A583

Color information

#B4A583 (or 0xB4A583) is unknown color: approx Pavlova. HEX triplet: B4, A5 and 83. RGB value is (180,165,131). Sum of RGB (Red+Green+Blue) = 180+165+131=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A583 is #4B5A7C. Grayscale: #A5A5A5. Windows color (decimal): -4938365 or 8627636. OLE color: 8627636.

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

Color convert

RGB180165131-
CMYK00.080.270.29
HSL41.63º24.62%60.98%-
HSV(B)41.63º27.22%70.59%-
XYZ36.3738.2526.94-
YUV165.61108.47138.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 165 (64.84% from 255) = 34.66%
BLUE value IS 131 (51.56% from 255) = 27.52%
R=37.82%
G=34.66%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016513100.080.270.2941.6324.6260.98
HexB4A583081B1D2a193d
Octal2642452030103335523175
Binary10110100101001011000001101000110111110110101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A583; }

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

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

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

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

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

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

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

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