#B08685

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

Shades of Rosy Brown #B08685

Tints of Rosy Brown #B08685

Color information

#B08685 (or 0xB08685) is unknown color: approx Rosy Brown. HEX triplet: B0, 86 and 85. RGB value is (176,134,133). Sum of RGB (Red+Green+Blue) = 176+134+133=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B08685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08685 is #4F797A. Grayscale: #929292. Windows color (decimal): -5208443 or 8750768. OLE color: 8750768.

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

Color convert

RGB176134133-
CMYK00.240.240.31
HSL1.4º21.39%60.59%-
HSV(B)1.4º24.43%69.02%-
XYZ30.6627.9725.97-
YUV146.44120.41149.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=39.73%
G=30.25%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613413300.240.240.311.421.3960.59
HexB08685018181F1153d
Octal260206205030303712575
Binary1011000010000110100001010110001100011111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08685; }

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

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

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

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

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

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

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

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