#B58784

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

Shades of Brandy Rose #B58784

Tints of Brandy Rose #B58784

Color information

#B58784 (or 0xB58784) is unknown color: approx Brandy Rose. HEX triplet: B5, 87 and 84. RGB value is (181,135,132). Sum of RGB (Red+Green+Blue) = 181+135+132=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B58784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58784 is #4A787B. Grayscale: #949494. Windows color (decimal): -4880508 or 8685493. OLE color: 8685493.

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

Color convert

RGB181135132-
CMYK00.250.270.29
HSL3.67º24.87%61.37%-
HSV(B)3.67º27.07%70.98%-
XYZ31.8828.8225.71-
YUV148.41118.74151.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=40.40%
G=30.13%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113513200.250.270.293.6724.8761.37
HexB587840191B1D4193d
Octal265207204031333543175
Binary101101011000011110000100011001110111110110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58784; }

 p { color: rgb(181,135,132); }

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

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

 a { background-color: rgb(181,135,132); }

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

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

 span { border-color: rgb(181,135,132); }

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