#B38B8A

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

Shades of Rosy Brown #B38B8A

Tints of Rosy Brown #B38B8A

Color information

#B38B8A (or 0xB38B8A) is unknown color: approx Rosy Brown. HEX triplet: B3, 8B and 8A. RGB value is (179,139,138). Sum of RGB (Red+Green+Blue) = 179+139+138=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38B8A is #4C7475. Grayscale: #969696. Windows color (decimal): -5010550 or 9079731. OLE color: 9079731.

HSL color Cylindrical-coordinate representation of color #B38B8A: hue angle of 1.46º degrees, saturation: 0.21, 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 #B38B8A is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB179139138-
CMYK00.220.230.30
HSL1.46º21.24%62.16%-
HSV(B)1.46º22.91%70.2%-
XYZ32.4129.8828.1-
YUV150.85120.75148.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 139 (54.69% from 255) = 30.48%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=39.25%
G=30.48%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913913800.220.230.301.4621.2462.16
HexB38B8A016171E1153e
Octal263213212026273612576
Binary1011001110001011100010100101101011111110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B8A; }

 p { color: rgb(179,139,138); }

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

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

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

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

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

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

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