#B4A67A

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

Shades of Pavlova #B4A67A

Tints of Pavlova #B4A67A

Color information

#B4A67A (or 0xB4A67A) is unknown color: approx Pavlova. HEX triplet: B4, A6 and 7A. RGB value is (180,166,122). Sum of RGB (Red+Green+Blue) = 180+166+122=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A67A is #4B5985. Grayscale: #A5A5A5. Windows color (decimal): -4938118 or 8038068. OLE color: 8038068.

HSL color Cylindrical-coordinate representation of color #B4A67A: hue angle of 45.52º 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 #B4A67A is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB180166122-
CMYK00.080.320.29
HSL45.52º27.88%59.22%-
HSV(B)45.52º32.22%70.59%-
XYZ35.9738.3823.92-
YUV165.17103.64138.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 166 (65.23% from 255) = 35.47%
BLUE value IS 122 (48.05% from 255) = 26.07%
R=38.46%
G=35.47%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016612200.080.320.2945.5227.8859.22
HexB4A67A08201D2e1c3b
Octal2642461720104035563473
Binary10110100101001101111010010001000001110110111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A67A; }

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

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

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

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

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

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

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

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