#B38473

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

Shades of Brandy Rose #B38473

Tints of Brandy Rose #B38473

Color information

#B38473 (or 0xB38473) is unknown color: approx Brandy Rose. HEX triplet: B3, 84 and 73. RGB value is (179,132,115). Sum of RGB (Red+Green+Blue) = 179+132+115=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B38473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38473 is #4C7B8C. Grayscale: #909090. Windows color (decimal): -5012365 or 7570611. OLE color: 7570611.

HSL color Cylindrical-coordinate representation of color #B38473: hue angle of 15.94º 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 #B38473 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB179132115-
CMYK00.260.360.30
HSL15.94º29.63%57.65%-
HSV(B)15.94º35.75%70.2%-
XYZ29.9427.3219.92-
YUV144.12111.57152.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 115 (45.31% from 255) = 27.00%
R=42.02%
G=30.99%
B=27.00%

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
Decimal17913211500.260.360.3015.9429.6357.65
HexB3847301A241E101e3a
Octal2632041630324436203672
Binary10110011100001001110011011010100100111101000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38473; }

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

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

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

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

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

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

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

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