#B58072

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

Shades of Brandy Rose #B58072

Tints of Brandy Rose #B58072

Color information

#B58072 (or 0xB58072) is unknown color: approx Brandy Rose. HEX triplet: B5, 80 and 72. RGB value is (181,128,114). Sum of RGB (Red+Green+Blue) = 181+128+114=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B58072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58072 is #4A7F8D. Grayscale: #8E8E8E. Windows color (decimal): -4882318 or 7504053. OLE color: 7504053.

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

Color convert

RGB181128114-
CMYK00.290.370.29
HSL12.54º31.16%57.84%-
HSV(B)12.54º37.02%70.98%-
XYZ29.8126.4819.46-
YUV142.25112.06155.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=42.79%
G=30.26%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112811400.290.370.2912.5431.1657.84
HexB5807201D251Dd1f3a
Octal2652001620354535153772
Binary1011010110000000111001001110110010111101110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58072; }

 p { color: rgb(181,128,114); }

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

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

 a { background-color: rgb(181,128,114); }

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

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

 span { border-color: rgb(181,128,114); }

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