#B38E8D

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

Shades of Rosy Brown #B38E8D

Tints of Rosy Brown #B38E8D

Color information

#B38E8D (or 0xB38E8D) is unknown color: approx Rosy Brown. HEX triplet: B3, 8E and 8D. RGB value is (179,142,141). Sum of RGB (Red+Green+Blue) = 179+142+141=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38E8D is #4C7172. Grayscale: #989898. Windows color (decimal): -5009779 or 9277107. OLE color: 9277107.

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

Color convert

RGB179142141-
CMYK00.210.210.30
HSL1.58º20%62.75%-
HSV(B)1.58º21.23%70.2%-
XYZ33.0730.8529.41-
YUV152.95121.26146.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 142 (55.86% from 255) = 30.74%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=38.74%
G=30.74%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914214100.210.210.301.582062.75
HexB38E8D015151E2143f
Octal263216215025253622477
Binary10110011100011101000110101010110101111101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E8D; }

 p { color: rgb(179,142,141); }

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

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

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

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

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

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

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