#B58170

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

Shades of Brandy Rose #B58170

Tints of Brandy Rose #B58170

Color information

#B58170 (or 0xB58170) is unknown color: approx Brandy Rose. HEX triplet: B5, 81 and 70. RGB value is (181,129,112). Sum of RGB (Red+Green+Blue) = 181+129+112=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B58170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58170 is #4A7E8F. Grayscale: #8E8E8E. Windows color (decimal): -4882064 or 7373237. OLE color: 7373237.

HSL color Cylindrical-coordinate representation of color #B58170: hue angle of 14.78º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B58170 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB181129112-
CMYK00.290.380.29
HSL14.78º31.8%57.45%-
HSV(B)14.78º38.12%70.98%-
XYZ29.8326.6918.91-
YUV142.61110.73155.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=42.89%
G=30.57%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112911200.290.380.2914.7831.857.45
HexB5817001D261Df2039
Octal2652011600354635174071
Binary10110101100000011110000011101100110111011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58170; }

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

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

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

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

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

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

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

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