#B58075

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

Shades of Brandy Rose #B58075

Tints of Brandy Rose #B58075

Color information

#B58075 (or 0xB58075) is unknown color: approx Brandy Rose. HEX triplet: B5, 80 and 75. RGB value is (181,128,117). Sum of RGB (Red+Green+Blue) = 181+128+117=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B58075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58075 is #4A7F8A. Grayscale: #8E8E8E. Windows color (decimal): -4882315 or 7700661. OLE color: 7700661.

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

Color convert

RGB181128117-
CMYK00.290.350.29
HSL10.31º30.19%58.43%-
HSV(B)10.31º35.36%70.98%-
XYZ29.9926.5520.37-
YUV142.59113.56155.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 128 (50.39% from 255) = 30.05%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=42.49%
G=30.05%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112811700.290.350.2910.3130.1958.43
HexB5807501D231Da1e3a
Octal2652001650354335123672
Binary1011010110000000111010101110110001111101101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58075; }

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

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

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

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

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

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

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

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