#B18582

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

Shades of Brandy Rose #B18582

Tints of Brandy Rose #B18582

Color information

#B18582 (or 0xB18582) is unknown color: approx Brandy Rose. HEX triplet: B1, 85 and 82. RGB value is (177,133,130). Sum of RGB (Red+Green+Blue) = 177+133+130=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B18582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18582 is #4E7A7D. Grayscale: #919191. Windows color (decimal): -5143166 or 8553905. OLE color: 8553905.

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

Color convert

RGB177133130-
CMYK00.250.270.31
HSL3.83º23.15%60.2%-
HSV(B)3.83º26.55%69.41%-
XYZ30.5527.7324.86-
YUV145.81119.08150.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=40.23%
G=30.23%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713313000.250.270.313.8323.1560.2
HexB185820191B1F4173c
Octal261205202031333742774
Binary101100011000010110000010011001110111111110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18582; }

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

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

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

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

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

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

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

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