#B4A37B

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

Shades of Pavlova #B4A37B

Tints of Pavlova #B4A37B

Color information

#B4A37B (or 0xB4A37B) is unknown color: approx Pavlova. HEX triplet: B4, A3 and 7B. RGB value is (180,163,123). Sum of RGB (Red+Green+Blue) = 180+163+123=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A37B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A37B is #4B5C84. Grayscale: #A3A3A3. Windows color (decimal): -4938885 or 8102836. OLE color: 8102836.

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

Color convert

RGB180163123-
CMYK00.090.320.29
HSL42.11º27.54%59.41%-
HSV(B)42.11º31.67%70.59%-
XYZ35.4937.3324.07-
YUV163.52105.13139.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 163 (64.06% from 255) = 34.98%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=38.63%
G=34.98%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016312300.090.320.2942.1127.5459.41
HexB4A37B09201D2a1c3b
Octal2642431730114035523473
Binary10110100101000111111011010011000001110110101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A37B; }

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

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

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

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

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

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

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

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