#B4A27B

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

Shades of Pavlova #B4A27B

Tints of Pavlova #B4A27B

Color information

#B4A27B (or 0xB4A27B) is unknown color: approx Pavlova. HEX triplet: B4, A2 and 7B. RGB value is (180,162,123). Sum of RGB (Red+Green+Blue) = 180+162+123=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A27B is #4B5D84. Grayscale: #A3A3A3. Windows color (decimal): -4939141 or 8102580. OLE color: 8102580.

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

Color convert

RGB180162123-
CMYK00.10.320.29
HSL41.05º27.54%59.41%-
HSV(B)41.05º31.67%70.59%-
XYZ35.3236.9724.01-
YUV162.94105.46140.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 123 (48.44% from 255) = 26.45%
R=38.71%
G=34.84%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016212300.10.320.2941.0527.5459.41
HexB4A27B0A201D291c3b
Octal2642421730124035513473
Binary10110100101000101111011010101000001110110100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A27B; }

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

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

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

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

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

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

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

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