#B6A375

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

Shades of Pavlova #B6A375

Tints of Pavlova #B6A375

Color information

#B6A375 (or 0xB6A375) is unknown color: approx Pavlova. HEX triplet: B6, A3 and 75. RGB value is (182,163,117). Sum of RGB (Red+Green+Blue) = 182+163+117=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A375 is #495C8A. Grayscale: #A3A3A3. Windows color (decimal): -4807819 or 7709622. OLE color: 7709622.

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

Color convert

RGB182163117-
CMYK00.100.360.29
HSL42.46º30.81%58.63%-
HSV(B)42.46º35.71%71.37%-
XYZ35.637.4222.18-
YUV163.44101.79141.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.39%
GREEN value IS 163 (64.06% from 255) = 35.28%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=39.39%
G=35.28%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216311700.100.360.2942.4630.8158.63
HexB6A3750A241D2a1f3b
Octal2662431650124435523773
Binary10110110101000111110101010101001001110110101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A375; }

 p { color: rgb(182,163,117); }

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

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

 a { background-color: rgb(182,163,117); }

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

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

 span { border-color: rgb(182,163,117); }

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