#B0A183

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

Shades of Pavlova #B0A183

Tints of Pavlova #B0A183

Color information

#B0A183 (or 0xB0A183) is unknown color: approx Pavlova. HEX triplet: B0, A1 and 83. RGB value is (176,161,131). Sum of RGB (Red+Green+Blue) = 176+161+131=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A183 is #4F5E7C. Grayscale: #A2A2A2. Windows color (decimal): -5201533 or 8626608. OLE color: 8626608.

HSL color Cylindrical-coordinate representation of color #B0A183: hue angle of 40º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0A183 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB176161131-
CMYK00.090.260.31
HSL40º22.17%60.2%-
HSV(B)40º25.57%69.02%-
XYZ34.7536.3626.66-
YUV162.06110.47137.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 131 (51.56% from 255) = 27.99%
R=37.61%
G=34.40%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616113100.090.260.314022.1760.2
HexB0A183091A1F28163c
Octal2602412030113237502674
Binary10110000101000011000001101001110101111110100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A183; }

 p { color: rgb(176,161,131); }

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

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

 a { background-color: rgb(176,161,131); }

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

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

 span { border-color: rgb(176,161,131); }

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