#B8A37A

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

Shades of Pavlova #B8A37A

Tints of Pavlova #B8A37A

Color information

#B8A37A (or 0xB8A37A) is unknown color: approx Pavlova. HEX triplet: B8, A3 and 7A. RGB value is (184,163,122). Sum of RGB (Red+Green+Blue) = 184+163+122=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A37A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A37A is #475C85. Grayscale: #A4A4A4. Windows color (decimal): -4676742 or 8037304. OLE color: 8037304.

HSL color Cylindrical-coordinate representation of color #B8A37A: hue angle of 39.68º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8A37A is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184163122-
CMYK00.110.340.28
HSL39.68º30.39%60%-
HSV(B)39.68º33.7%72.16%-
XYZ36.3837.7923.79-
YUV164.6103.96141.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.23%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=39.23%
G=34.75%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416312200.110.340.2839.6830.3960
HexB8A37A0B221C281e3c
Octal2702431720134234503674
Binary10111000101000111111010010111000101110010100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A37A; }

 p { color: rgb(184,163,122); }

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

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

 a { background-color: rgb(184,163,122); }

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

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

 span { border-color: rgb(184,163,122); }

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