#B38B82

Color #B38B82 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #B38B82

Tints of Brandy Rose #B38B82

Color information

#B38B82 (or 0xB38B82) is unknown color: approx Brandy Rose. HEX triplet: B3, 8B and 82. RGB value is (179,139,130). Sum of RGB (Red+Green+Blue) = 179+139+130=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38B82 is #4C747D. Grayscale: #969696. Windows color (decimal): -5010558 or 8555443. OLE color: 8555443.

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

Color convert

RGB179139130-
CMYK00.220.270.30
HSL11.02º24.38%60.59%-
HSV(B)11.02º27.37%70.2%-
XYZ31.8529.6625.17-
YUV149.93116.75148.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 139 (54.69% from 255) = 31.03%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=39.96%
G=31.03%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913913000.220.270.3011.0224.3860.59
HexB38B820161B1Eb183d
Octal2632132020263336133075
Binary1011001110001011100000100101101101111110101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B82; }

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

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

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

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

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

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

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

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