#B38787

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

Shades of Rosy Brown #B38787

Tints of Rosy Brown #B38787

Color information

#B38787 (or 0xB38787) is unknown color: approx Rosy Brown. HEX triplet: B3, 87 and 87. RGB value is (179,135,135). Sum of RGB (Red+Green+Blue) = 179+135+135=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B38787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38787 is #4C7878. Grayscale: #949494. Windows color (decimal): -5011577 or 8882099. OLE color: 8882099.

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

Color convert

RGB179135135-
CMYK00.250.250.30
HSL22.45%61.57%-
HSV(B)24.58%70.2%-
XYZ31.6328.6626.79-
YUV148.16120.58150-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 135 (53.12% from 255) = 30.07%
BLUE value IS 135 (53.12% from 255) = 30.07%
R=39.87%
G=30.07%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913513500.250.250.30022.4561.57
HexB38787019191E0163e
Octal263207207031313602676
Binary1011001110000111100001110110011100111110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38787; }

 p { color: rgb(179,135,135); }

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

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

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

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

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

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

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