#B58A85

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

Shades of Brandy Rose #B58A85

Tints of Brandy Rose #B58A85

Color information

#B58A85 (or 0xB58A85) is unknown color: approx Brandy Rose. HEX triplet: B5, 8A and 85. RGB value is (181,138,133). Sum of RGB (Red+Green+Blue) = 181+138+133=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58A85 is #4A757A. Grayscale: #969696. Windows color (decimal): -4879739 or 8751797. OLE color: 8751797.

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

Color convert

RGB181138133-
CMYK00.240.270.29
HSL6.25º24.49%61.57%-
HSV(B)6.25º26.52%70.98%-
XYZ32.3829.6926.22-
YUV150.29118.25149.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 138 (54.30% from 255) = 30.53%
BLUE value IS 133 (52.34% from 255) = 29.42%
R=40.04%
G=30.53%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113813300.240.270.296.2524.4961.57
HexB58A850181B1D6183e
Octal265212205030333563076
Binary101101011000101010000101011000110111110111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A85; }

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

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

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

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

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

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

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

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