#B6A283

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

Shades of Pavlova #B6A283

Tints of Pavlova #B6A283

Color information

#B6A283 (or 0xB6A283) is unknown color: approx Pavlova. HEX triplet: B6, A2 and 83. RGB value is (182,162,131). Sum of RGB (Red+Green+Blue) = 182+162+131=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A283 is #495D7C. Grayscale: #A4A4A4. Windows color (decimal): -4808061 or 8626870. OLE color: 8626870.

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

Color convert

RGB182162131-
CMYK00.110.280.29
HSL36.47º25.89%61.37%-
HSV(B)36.47º28.02%71.37%-
XYZ36.3137.4226.78-
YUV164.45109.13140.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 162 (63.67% from 255) = 34.11%
BLUE value IS 131 (51.56% from 255) = 27.58%
R=38.32%
G=34.11%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216213100.110.280.2936.4725.8961.37
HexB6A2830B1C1D241a3d
Octal2662422030133435443275
Binary10110110101000101000001101011111001110110010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A283; }

 p { color: rgb(182,162,131); }

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

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

 a { background-color: rgb(182,162,131); }

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

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

 span { border-color: rgb(182,162,131); }

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