#B58C84

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

Shades of Brandy Rose #B58C84

Tints of Brandy Rose #B58C84

Color information

#B58C84 (or 0xB58C84) is unknown color: approx Brandy Rose. HEX triplet: B5, 8C and 84. RGB value is (181,140,132). Sum of RGB (Red+Green+Blue) = 181+140+132=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58C84 is #4A737B. Grayscale: #979797. Windows color (decimal): -4879228 or 8686773. OLE color: 8686773.

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

Color convert

RGB181140132-
CMYK00.230.270.29
HSL9.8º24.87%61.37%-
HSV(B)9.8º27.07%70.98%-
XYZ32.630.2525.95-
YUV151.35117.08149.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 140 (55.08% from 255) = 30.91%
BLUE value IS 132 (51.95% from 255) = 29.14%
R=39.96%
G=30.91%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114013200.230.270.299.824.8761.37
HexB58C840171B1Da193d
Octal2652142040273335123175
Binary1011010110001100100001000101111101111101101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58C84; }

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

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

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

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

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

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

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

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