#B48786

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

Shades of Rosy Brown #B48786

Tints of Rosy Brown #B48786

Color information

#B48786 (or 0xB48786) is unknown color: approx Rosy Brown. HEX triplet: B4, 87 and 86. RGB value is (180,135,134). Sum of RGB (Red+Green+Blue) = 180+135+134=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B48786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48786 is #4B7879. Grayscale: #949494. Windows color (decimal): -4946042 or 8816564. OLE color: 8816564.

HSL color Cylindrical-coordinate representation of color #B48786: hue angle of 1.3º 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 #B48786 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB180135134-
CMYK00.250.260.29
HSL1.3º23.47%61.57%-
HSV(B)1.3º25.56%70.59%-
XYZ31.7928.7526.43-
YUV148.34119.91150.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 135 (53.12% from 255) = 30.07%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=40.09%
G=30.07%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013513400.250.260.291.323.4761.57
HexB487860191A1D1173e
Octal264207206031323512776
Binary1011010010000111100001100110011101011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48786; }

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

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

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

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

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

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

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

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