#B6A48A

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

Shades of Pavlova #B6A48A

Tints of Pavlova #B6A48A

Color information

#B6A48A (or 0xB6A48A) is unknown color: approx Pavlova. HEX triplet: B6, A4 and 8A. RGB value is (182,164,138). Sum of RGB (Red+Green+Blue) = 182+164+138=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A48A is #495B75. Grayscale: #A6A6A6. Windows color (decimal): -4807542 or 9086134. OLE color: 9086134.

HSL color Cylindrical-coordinate representation of color #B6A48A: hue angle of 35.45º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6A48A is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB182164138-
CMYK00.100.240.29
HSL35.45º23.16%62.75%-
HSV(B)35.45º24.18%71.37%-
XYZ37.1538.3329.49-
YUV166.42111.96139.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=37.60%
G=33.88%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216413800.100.240.2935.4523.1662.75
HexB6A48A0A181D23173f
Octal2662442120123035432777
Binary10110110101001001000101001010110001110110001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A48A; }

 p { color: rgb(182,164,138); }

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

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

 a { background-color: rgb(182,164,138); }

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

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

 span { border-color: rgb(182,164,138); }

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