#B4A380

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

Shades of Pavlova #B4A380

Tints of Pavlova #B4A380

Color information

#B4A380 (or 0xB4A380) is unknown color: approx Pavlova. HEX triplet: B4, A3 and 80. RGB value is (180,163,128). Sum of RGB (Red+Green+Blue) = 180+163+128=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A380 is #4B5C7F. Grayscale: #A4A4A4. Windows color (decimal): -4938880 or 8430516. OLE color: 8430516.

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

Color convert

RGB180163128-
CMYK00.090.290.29
HSL40.38º25.74%60.39%-
HSV(B)40.38º28.89%70.59%-
XYZ35.8237.4625.76-
YUV164.09107.63139.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 128 (50.39% from 255) = 27.18%
R=38.22%
G=34.61%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016312800.090.290.2940.3825.7460.39
HexB4A380091D1D281a3c
Octal2642432000113535503274
Binary10110100101000111000000001001111011110110100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A380; }

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

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

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

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

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

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

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

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