#B4A67E

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

Shades of Pavlova #B4A67E

Tints of Pavlova #B4A67E

Color information

#B4A67E (or 0xB4A67E) is unknown color: approx Pavlova. HEX triplet: B4, A6 and 7E. RGB value is (180,166,126). Sum of RGB (Red+Green+Blue) = 180+166+126=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A67E is #4B5981. Grayscale: #A5A5A5. Windows color (decimal): -4938114 or 8300212. OLE color: 8300212.

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

Color convert

RGB180166126-
CMYK00.080.30.29
HSL44.44º26.47%60%-
HSV(B)44.44º30%70.59%-
XYZ36.2238.4825.26-
YUV165.63105.64138.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 126 (49.61% from 255) = 26.69%
R=38.14%
G=35.17%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016612600.080.30.2944.4426.4760
HexB4A67E081E1D2c1a3c
Octal2642461760103635543274
Binary1011010010100110111111001000111101110110110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A67E; }

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

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

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

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

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

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

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

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