#B58D7E

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

Shades of Brandy Rose #B58D7E

Tints of Brandy Rose #B58D7E

Color information

#B58D7E (or 0xB58D7E) is unknown color: approx Brandy Rose. HEX triplet: B5, 8D and 7E. RGB value is (181,141,126). Sum of RGB (Red+Green+Blue) = 181+141+126=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D7E is #4A7281. Grayscale: #979797. Windows color (decimal): -4878978 or 8293813. OLE color: 8293813.

HSL color Cylindrical-coordinate representation of color #B58D7E: hue angle of 16.36º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B58D7E is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB181141126-
CMYK00.220.300.29
HSL16.36º27.09%60.2%-
HSV(B)16.36º30.39%70.98%-
XYZ32.3530.3823.9-
YUV151.25113.75149.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 141 (55.47% from 255) = 31.47%
BLUE value IS 126 (49.61% from 255) = 28.12%
R=40.40%
G=31.47%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114112600.220.300.2916.3627.0960.2
HexB58D7E0161E1D101b3c
Octal2652151760263635203374
Binary1011010110001101111111001011011110111011000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D7E; }

 p { color: rgb(181,141,126); }

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

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

 a { background-color: rgb(181,141,126); }

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

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

 span { border-color: rgb(181,141,126); }

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