#B38989

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

Shades of Rosy Brown #B38989

Tints of Rosy Brown #B38989

Color information

#B38989 (or 0xB38989) is unknown color: approx Rosy Brown. HEX triplet: B3, 89 and 89. RGB value is (179,137,137). Sum of RGB (Red+Green+Blue) = 179+137+137=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B38989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38989 is #4C7676. Grayscale: #959595. Windows color (decimal): -5011063 or 9013683. OLE color: 9013683.

HSL color Cylindrical-coordinate representation of color #B38989: 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.23%. Process color model (Four color, CMYK) of #B38989 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB179137137-
CMYK00.230.230.30
HSL21.65%61.96%-
HSV(B)23.46%70.2%-
XYZ32.0529.2827.63-
YUV149.56120.91149-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 137 (53.91% from 255) = 30.24%
BLUE value IS 137 (53.91% from 255) = 30.24%
R=39.51%
G=30.24%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913713700.230.230.30021.6561.96
HexB38989017171E0163e
Octal263211211027273602676
Binary1011001110001001100010010101111011111110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38989; }

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

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

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

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

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

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

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

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