#B38173

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

Shades of Brandy Rose #B38173

Tints of Brandy Rose #B38173

Color information

#B38173 (or 0xB38173) is unknown color: approx Brandy Rose. HEX triplet: B3, 81 and 73. RGB value is (179,129,115). Sum of RGB (Red+Green+Blue) = 179+129+115=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B38173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38173 is #4C7E8C. Grayscale: #8E8E8E. Windows color (decimal): -5013133 or 7569843. OLE color: 7569843.

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

Color convert

RGB179129115-
CMYK00.280.360.30
HSL13.13º29.63%57.65%-
HSV(B)13.13º35.75%70.2%-
XYZ29.5426.5219.78-
YUV142.35112.56154.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=42.32%
G=30.50%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912911500.280.360.3013.1329.6357.65
HexB3817301C241Ed1e3a
Octal2632011630344436153672
Binary1011001110000001111001101110010010011110110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38173; }

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

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

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

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

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

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

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

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