#B58B7C

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

Shades of Brandy Rose #B58B7C

Tints of Brandy Rose #B58B7C

Color information

#B58B7C (or 0xB58B7C) is unknown color: approx Brandy Rose. HEX triplet: B5, 8B and 7C. RGB value is (181,139,124). Sum of RGB (Red+Green+Blue) = 181+139+124=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58B7C is #4A7483. Grayscale: #959595. Windows color (decimal): -4879492 or 8162229. OLE color: 8162229.

HSL color Cylindrical-coordinate representation of color #B58B7C: hue angle of 15.79º 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 #B58B7C is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB181139124-
CMYK00.230.310.29
HSL15.79º27.8%59.8%-
HSV(B)15.79º31.49%70.98%-
XYZ31.9329.7423.13-
YUV149.85113.41150.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 139 (54.69% from 255) = 31.31%
BLUE value IS 124 (48.83% from 255) = 27.93%
R=40.77%
G=31.31%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113912400.230.310.2915.7927.859.8
HexB58B7C0171F1D101c3c
Octal2652131740273735203474
Binary1011010110001011111110001011111111111011000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B7C; }

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

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

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

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

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

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

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

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