#B38573

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

Shades of Brandy Rose #B38573

Tints of Brandy Rose #B38573

Color information

#B38573 (or 0xB38573) is unknown color: approx Brandy Rose. HEX triplet: B3, 85 and 73. RGB value is (179,133,115). Sum of RGB (Red+Green+Blue) = 179+133+115=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B38573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38573 is #4C7A8C. Grayscale: #909090. Windows color (decimal): -5012109 or 7570867. OLE color: 7570867.

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

Color convert

RGB179133115-
CMYK00.260.360.30
HSL16.88º29.63%57.65%-
HSV(B)16.88º35.75%70.2%-
XYZ30.0727.619.96-
YUV144.7111.24152.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=41.92%
G=31.15%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913311500.260.360.3016.8829.6357.65
HexB3857301A241E111e3a
Octal2632051630324436213672
Binary10110011100001011110011011010100100111101000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38573; }

 p { color: rgb(179,133,115); }

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

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

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

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

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

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

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