#B4A381

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

Shades of Pavlova #B4A381

Tints of Pavlova #B4A381

Color information

#B4A381 (or 0xB4A381) is unknown color: approx Pavlova. HEX triplet: B4, A3 and 81. RGB value is (180,163,129). Sum of RGB (Red+Green+Blue) = 180+163+129=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A381 is #4B5C7E. Grayscale: #A4A4A4. Windows color (decimal): -4938879 or 8496052. OLE color: 8496052.

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

Color convert

RGB180163129-
CMYK00.090.280.29
HSL40º25.37%60.59%-
HSV(B)40º28.33%70.59%-
XYZ35.8837.4826.11-
YUV164.21108.13139.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 129 (50.78% from 255) = 27.33%
R=38.14%
G=34.53%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016312900.090.280.294025.3760.59
HexB4A381091C1D28193d
Octal2642432010113435503175
Binary10110100101000111000000101001111001110110100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A381; }

 p { color: rgb(180,163,129); }

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

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

 a { background-color: rgb(180,163,129); }

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

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

 span { border-color: rgb(180,163,129); }

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