#B78686

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

Shades of Rosy Brown #B78686

Tints of Rosy Brown #B78686

Color information

#B78686 (or 0xB78686) is unknown color: approx Rosy Brown. HEX triplet: B7, 86 and 86. RGB value is (183,134,134). Sum of RGB (Red+Green+Blue) = 183+134+134=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B78686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78686 is #487979. Grayscale: #949494. Windows color (decimal): -4749690 or 8816311. OLE color: 8816311.

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

Color convert

RGB183134134-
CMYK00.270.270.28
HSL25.39%62.16%-
HSV(B)26.78%71.76%-
XYZ32.3628.8426.42-
YUV148.65119.73152.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 134 (52.73% from 255) = 29.71%
BLUE value IS 134 (52.73% from 255) = 29.71%
R=40.58%
G=29.71%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313413400.270.270.28025.3962.16
HexB7868601B1B1C0193e
Octal267206206033333403176
Binary1011011110000110100001100110111101111100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78686; }

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

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

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

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

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

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

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

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