#B58675

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

Shades of Brandy Rose #B58675

Tints of Brandy Rose #B58675

Color information

#B58675 (or 0xB58675) is unknown color: approx Brandy Rose. HEX triplet: B5, 86 and 75. RGB value is (181,134,117). Sum of RGB (Red+Green+Blue) = 181+134+117=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B58675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58675 is #4A798A. Grayscale: #929292. Windows color (decimal): -4880779 or 7702197. OLE color: 7702197.

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

Color convert

RGB181134117-
CMYK00.260.350.29
HSL15.94º30.19%58.43%-
HSV(B)15.94º35.36%70.98%-
XYZ30.7928.1620.64-
YUV146.11111.57152.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=41.90%
G=31.02%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113411700.260.350.2915.9430.1958.43
HexB5867501A231D101e3a
Octal2652061650324335203672
Binary10110101100001101110101011010100011111011000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58675; }

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

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

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

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

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

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

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

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