#B58681

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

Shades of Brandy Rose #B58681

Tints of Brandy Rose #B58681

Color information

#B58681 (or 0xB58681) is unknown color: approx Brandy Rose. HEX triplet: B5, 86 and 81. RGB value is (181,134,129). Sum of RGB (Red+Green+Blue) = 181+134+129=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B58681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58681 is #4A797E. Grayscale: #939393. Windows color (decimal): -4880767 or 8488629. OLE color: 8488629.

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

Color convert

RGB181134129-
CMYK00.260.290.29
HSL5.77º26%60.78%-
HSV(B)5.77º28.73%70.98%-
XYZ31.5428.4624.6-
YUV147.48117.57151.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 129 (50.78% from 255) = 29.05%
R=40.77%
G=30.18%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113412900.260.290.295.772660.78
HexB5868101A1D1D61a3d
Octal265206201032353563275
Binary101101011000011010000001011010111011110111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58681; }

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

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

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

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

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

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

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

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