#b18578

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

Shades of Brandy Rose #B18578

Tints of Brandy Rose #B18578

Color information

#B18578 (or 0xB18578) is unknown color: approx Brandy Rose. HEX triplet: B1, 85 and 78. RGB value is (177,133,120). Sum of RGB (Red+Green+Blue) = 177+133+120=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B18578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18578 is #4E7A87. Grayscale: #909090. Windows color (decimal): -5143176 or 7898545. OLE color: 7898545.

HSL color Cylindrical-coordinate representation of color #B18578: hue angle of 13.68º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B18578 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB177133120-
CMYK00.250.320.31
HSL13.68º26.76%58.24%-
HSV(B)13.68º32.2%69.41%-
XYZ29.9127.4821.5-
YUV144.67114.08151.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 120 (47.27% from 255) = 27.91%
R=41.16%
G=30.93%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713312000.250.320.3113.6826.7658.24
HexB18578019201Fe1b3a
Octal2612051700314037163372
Binary1011000110000101111100001100110000011111111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b18578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b18578; }

 p { color: rgb(177,133,120); }

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

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

 a { background-color: rgb(177,133,120); }

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

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

 span { border-color: rgb(177,133,120); }

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