#B58A7C

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

Shades of Brandy Rose #B58A7C

Tints of Brandy Rose #B58A7C

Color information

#B58A7C (or 0xB58A7C) is unknown color: approx Brandy Rose. HEX triplet: B5, 8A and 7C. RGB value is (181,138,124). Sum of RGB (Red+Green+Blue) = 181+138+124=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A7C is #4A7583. Grayscale: #959595. Windows color (decimal): -4879748 or 8161973. OLE color: 8161973.

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

Color convert

RGB181138124-
CMYK00.240.310.29
HSL14.74º27.8%59.8%-
HSV(B)14.74º31.49%70.98%-
XYZ31.7829.4623.08-
YUV149.26113.75150.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=40.86%
G=31.15%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113812400.240.310.2914.7427.859.8
HexB58A7C0181F1Df1c3c
Octal2652121740303735173474
Binary101101011000101011111000110001111111101111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A7C; }

 p { color: rgb(181,138,124); }

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

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

 a { background-color: rgb(181,138,124); }

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

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

 span { border-color: rgb(181,138,124); }

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