#B4A17B

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

Shades of Pavlova #B4A17B

Tints of Pavlova #B4A17B

Color information

#B4A17B (or 0xB4A17B) is unknown color: approx Pavlova. HEX triplet: B4, A1 and 7B. RGB value is (180,161,123). Sum of RGB (Red+Green+Blue) = 180+161+123=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A17B is #4B5E84. Grayscale: #A2A2A2. Windows color (decimal): -4939397 or 8102324. OLE color: 8102324.

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

Color convert

RGB180161123-
CMYK00.110.320.29
HSL40º27.54%59.41%-
HSV(B)40º31.67%70.59%-
XYZ35.1436.6223.96-
YUV162.35105.79140.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 161 (63.28% from 255) = 34.70%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=38.79%
G=34.70%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016112300.110.320.294027.5459.41
HexB4A17B0B201D281c3b
Octal2642411730134035503473
Binary10110100101000011111011010111000001110110100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A17B; }

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

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

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

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

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

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

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

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