#b58a7b

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

Shades of Brandy Rose #B58A7B

Tints of Brandy Rose #B58A7B

Color information

#B58A7B (or 0xB58A7B) is unknown color: approx Brandy Rose. HEX triplet: B5, 8A and 7B. RGB value is (181,138,123). Sum of RGB (Red+Green+Blue) = 181+138+123=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A7B is #4A7584. Grayscale: #959595. Windows color (decimal): -4879749 or 8096437. OLE color: 8096437.

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

Color convert

RGB181138123-
CMYK00.240.320.29
HSL15.52º28.16%59.61%-
HSV(B)15.52º32.04%70.98%-
XYZ31.7229.4322.75-
YUV149.15113.25150.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.95%
GREEN value IS 138 (54.30% from 255) = 31.22%
BLUE value IS 123 (48.44% from 255) = 27.83%
R=40.95%
G=31.22%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113812300.240.320.2915.5228.1659.61
HexB58A7B018201D101c3c
Octal2652121730304035203474
Binary10110101100010101111011011000100000111011000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58a7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58a7b; }

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

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

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

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

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

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

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

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