#B78785

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

Shades of Rosy Brown #B78785

Tints of Rosy Brown #B78785

Color information

#B78785 (or 0xB78785) is unknown color: approx Rosy Brown. HEX triplet: B7, 87 and 85. RGB value is (183,135,133). Sum of RGB (Red+Green+Blue) = 183+135+133=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B78785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78785 is #48787A. Grayscale: #959595. Windows color (decimal): -4749435 or 8751031. OLE color: 8751031.

HSL color Cylindrical-coordinate representation of color #B78785: hue angle of 2.4º degrees, saturation: 0.26, 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 #B78785 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB183135133-
CMYK00.260.270.28
HSL2.4º25.77%61.96%-
HSV(B)2.4º27.32%71.76%-
XYZ32.4329.0926.1-
YUV149.12118.9152.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 135 (53.12% from 255) = 29.93%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=40.58%
G=29.93%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313513300.260.270.282.425.7761.96
HexB7878501A1B1C21a3e
Octal267207205032333423276
Binary10110111100001111000010101101011011111001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78785; }

 p { color: rgb(183,135,133); }

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

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

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

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

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

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

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