#B58680

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

Shades of Brandy Rose #B58680

Tints of Brandy Rose #B58680

Color information

#B58680 (or 0xB58680) is unknown color: approx Brandy Rose. HEX triplet: B5, 86 and 80. RGB value is (181,134,128). Sum of RGB (Red+Green+Blue) = 181+134+128=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B58680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58680 is #4A797F. Grayscale: #939393. Windows color (decimal): -4880768 or 8423093. OLE color: 8423093.

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

Color convert

RGB181134128-
CMYK00.260.290.29
HSL6.79º26.37%60.59%-
HSV(B)6.79º29.28%70.98%-
XYZ31.4828.4324.25-
YUV147.37117.07151.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=40.86%
G=30.25%
B=28.89%

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
Decimal18113412800.260.290.296.7926.3760.59
HexB5868001A1D1D71a3d
Octal265206200032353573275
Binary101101011000011010000000011010111011110111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58680; }

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

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

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

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

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

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

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

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