#B58D7B

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

Shades of Brandy Rose #B58D7B

Tints of Brandy Rose #B58D7B

Color information

#B58D7B (or 0xB58D7B) is unknown color: approx Brandy Rose. HEX triplet: B5, 8D and 7B. RGB value is (181,141,123). Sum of RGB (Red+Green+Blue) = 181+141+123=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D7B is #4A7284. Grayscale: #979797. Windows color (decimal): -4878981 or 8097205. OLE color: 8097205.

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

Color convert

RGB181141123-
CMYK00.220.320.29
HSL18.62º28.16%59.61%-
HSV(B)18.62º32.04%70.98%-
XYZ32.1630.322.89-
YUV150.91112.25149.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 141 (55.47% from 255) = 31.69%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=40.67%
G=31.69%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114112300.220.320.2918.6228.1659.61
HexB58D7B016201D131c3c
Octal2652151730264035233474
Binary10110101100011011111011010110100000111011001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D7B; }

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

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

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

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

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

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

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

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