#B18282

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

Shades of Brandy Rose #B18282

Tints of Brandy Rose #B18282

Color information

#B18282 (or 0xB18282) is unknown color: approx Brandy Rose. HEX triplet: B1, 82 and 82. RGB value is (177,130,130). Sum of RGB (Red+Green+Blue) = 177+130+130=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B18282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18282 is #4E7D7D. Grayscale: #909090. Windows color (decimal): -5143934 or 8553137. OLE color: 8553137.

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

Color convert

RGB177130130-
CMYK00.270.270.31
HSL23.15%60.2%-
HSV(B)26.55%69.41%-
XYZ30.1426.9224.73-
YUV144.05120.07151.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 130 (51.17% from 255) = 29.75%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=40.50%
G=29.75%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713013000.270.270.31023.1560.2
HexB1828201B1B1F0173c
Octal261202202033333702774
Binary1011000110000010100000100110111101111111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18282; }

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

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

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

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

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

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

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

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