#B28582

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

Shades of Brandy Rose #B28582

Tints of Brandy Rose #B28582

Color information

#B28582 (or 0xB28582) is unknown color: approx Brandy Rose. HEX triplet: B2, 85 and 82. RGB value is (178,133,130). Sum of RGB (Red+Green+Blue) = 178+133+130=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B28582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28582 is #4D7A7D. Grayscale: #929292. Windows color (decimal): -5077630 or 8553906. OLE color: 8553906.

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

Color convert

RGB178133130-
CMYK00.250.270.30
HSL3.75º23.76%60.39%-
HSV(B)3.75º26.97%69.8%-
XYZ30.7827.8524.87-
YUV146.11118.91150.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 133 (52.34% from 255) = 30.16%
BLUE value IS 130 (51.17% from 255) = 29.48%
R=40.36%
G=30.16%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813313000.250.270.303.7523.7660.39
HexB285820191B1E4183c
Octal262205202031333643074
Binary101100101000010110000010011001110111111010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28582; }

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

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

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

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

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

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

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

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