#B18685

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

Shades of Rosy Brown #B18685

Tints of Rosy Brown #B18685

Color information

#B18685 (or 0xB18685) is unknown color: approx Rosy Brown. HEX triplet: B1, 86 and 85. RGB value is (177,134,133). Sum of RGB (Red+Green+Blue) = 177+134+133=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B18685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18685 is #4E797A. Grayscale: #929292. Windows color (decimal): -5142907 or 8750769. OLE color: 8750769.

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

Color convert

RGB177134133-
CMYK00.240.250.31
HSL1.36º22%60.78%-
HSV(B)1.36º24.86%69.41%-
XYZ30.8928.0925.98-
YUV146.74120.25149.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=39.86%
G=30.18%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713413300.240.250.311.362260.78
HexB18685018191F1163d
Octal261206205030313712675
Binary1011000110000110100001010110001100111111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18685; }

 p { color: rgb(177,134,133); }

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

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

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

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

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

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

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