#B6A184

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

Shades of Pavlova #B6A184

Tints of Pavlova #B6A184

Color information

#B6A184 (or 0xB6A184) is unknown color: approx Pavlova. HEX triplet: B6, A1 and 84. RGB value is (182,161,132). Sum of RGB (Red+Green+Blue) = 182+161+132=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A184 is #495E7B. Grayscale: #A4A4A4. Windows color (decimal): -4808316 or 8692150. OLE color: 8692150.

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

Color convert

RGB182161132-
CMYK00.120.270.29
HSL34.8º25.51%61.57%-
HSV(B)34.8º27.47%71.37%-
XYZ36.237.127.08-
YUV163.97109.96140.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=38.32%
G=33.89%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216113200.120.270.2934.825.5161.57
HexB6A1840C1B1D231a3e
Octal2662412040143335433276
Binary10110110101000011000010001100110111110110001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A184; }

 p { color: rgb(182,161,132); }

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

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

 a { background-color: rgb(182,161,132); }

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

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

 span { border-color: rgb(182,161,132); }

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