#b38170

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

Shades of Brandy Rose #B38170

Tints of Brandy Rose #B38170

Color information

#B38170 (or 0xB38170) is unknown color: approx Brandy Rose. HEX triplet: B3, 81 and 70. RGB value is (179,129,112). Sum of RGB (Red+Green+Blue) = 179+129+112=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B38170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38170 is #4C7E8F. Grayscale: #8E8E8E. Windows color (decimal): -5013136 or 7373235. OLE color: 7373235.

HSL color Cylindrical-coordinate representation of color #B38170: hue angle of 15.22º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B38170 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB179129112-
CMYK00.280.370.30
HSL15.22º30.59%57.06%-
HSV(B)15.22º37.43%70.2%-
XYZ29.3726.4518.89-
YUV142.01111.06154.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.62%
GREEN value IS 129 (50.78% from 255) = 30.71%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=42.62%
G=30.71%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912911200.280.370.3015.2230.5957.06
HexB3817001C251Ef1f39
Octal2632011600344536173771
Binary1011001110000001111000001110010010111110111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b38170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b38170; }

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

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

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

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

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

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

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

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