#B48686

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

Shades of Rosy Brown #B48686

Tints of Rosy Brown #B48686

Color information

#B48686 (or 0xB48686) is unknown color: approx Rosy Brown. HEX triplet: B4, 86 and 86. RGB value is (180,134,134). Sum of RGB (Red+Green+Blue) = 180+134+134=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B48686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48686 is #4B7979. Grayscale: #939393. Windows color (decimal): -4946298 or 8816308. OLE color: 8816308.

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

Color convert

RGB180134134-
CMYK00.260.260.29
HSL23.47%61.57%-
HSV(B)25.56%70.59%-
XYZ31.6528.4726.38-
YUV147.75120.24151-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 134 (52.73% from 255) = 29.91%
R=40.18%
G=29.91%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013413400.260.260.29023.4761.57
HexB4868601A1A1D0173e
Octal264206206032323502776
Binary1011010010000110100001100110101101011101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48686; }

 p { color: rgb(180,134,134); }

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

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

 a { background-color: rgb(180,134,134); }

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

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

 span { border-color: rgb(180,134,134); }

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