#B58684

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

Shades of Brandy Rose #B58684

Tints of Brandy Rose #B58684

Color information

#B58684 (or 0xB58684) is unknown color: approx Brandy Rose. HEX triplet: B5, 86 and 84. RGB value is (181,134,132). Sum of RGB (Red+Green+Blue) = 181+134+132=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B58684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58684 is #4A797B. Grayscale: #939393. Windows color (decimal): -4880764 or 8685237. OLE color: 8685237.

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

Color convert

RGB181134132-
CMYK00.260.270.29
HSL2.45º24.87%61.37%-
HSV(B)2.45º27.07%70.98%-
XYZ31.7528.5425.67-
YUV147.82119.07151.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 132 (51.95% from 255) = 29.53%
R=40.49%
G=29.98%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113413200.260.270.292.4524.8761.37
HexB5868401A1B1D2193d
Octal265206204032333523175
Binary10110101100001101000010001101011011111011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58684; }

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

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

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

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

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

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

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

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