#B8A27E

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

Shades of Pavlova #B8A27E

Tints of Pavlova #B8A27E

Color information

#B8A27E (or 0xB8A27E) is unknown color: approx Pavlova. HEX triplet: B8, A2 and 7E. RGB value is (184,162,126). Sum of RGB (Red+Green+Blue) = 184+162+126=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A27E is #475D81. Grayscale: #A4A4A4. Windows color (decimal): -4676994 or 8299192. OLE color: 8299192.

HSL color Cylindrical-coordinate representation of color #B8A27E: hue angle of 37.24º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8A27E is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB184162126-
CMYK00.120.320.28
HSL37.24º29%60.78%-
HSV(B)37.24º31.52%72.16%-
XYZ36.4537.5425.06-
YUV164.47106.29141.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 162 (63.67% from 255) = 34.32%
BLUE value IS 126 (49.61% from 255) = 26.69%
R=38.98%
G=34.32%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416212600.120.320.2837.242960.78
HexB8A27E0C201C251d3d
Octal2702421760144034453575
Binary10111000101000101111110011001000001110010010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A27E; }

 p { color: rgb(184,162,126); }

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

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

 a { background-color: rgb(184,162,126); }

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

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

 span { border-color: rgb(184,162,126); }

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