#B4A67D

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

Shades of Pavlova #B4A67D

Tints of Pavlova #B4A67D

Color information

#B4A67D (or 0xB4A67D) is unknown color: approx Pavlova. HEX triplet: B4, A6 and 7D. RGB value is (180,166,125). Sum of RGB (Red+Green+Blue) = 180+166+125=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A67D is #4B5982. Grayscale: #A5A5A5. Windows color (decimal): -4938115 or 8234676. OLE color: 8234676.

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

Color convert

RGB180166125-
CMYK00.080.310.29
HSL44.73º26.83%59.8%-
HSV(B)44.73º30.56%70.59%-
XYZ36.1638.4624.92-
YUV165.51105.14138.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=38.22%
G=35.24%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016612500.080.310.2944.7326.8359.8
HexB4A67D081F1D2d1b3c
Octal2642461750103735553374
Binary1011010010100110111110101000111111110110110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A67D; }

 p { color: rgb(180,166,125); }

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

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

 a { background-color: rgb(180,166,125); }

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

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

 span { border-color: rgb(180,166,125); }

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