#B28882

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

Shades of Brandy Rose #B28882

Tints of Brandy Rose #B28882

Color information

#B28882 (or 0xB28882) is unknown color: approx Brandy Rose. HEX triplet: B2, 88 and 82. RGB value is (178,136,130). Sum of RGB (Red+Green+Blue) = 178+136+130=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B28882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28882 is #4D777D. Grayscale: #939393. Windows color (decimal): -5076862 or 8554674. OLE color: 8554674.

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

Color convert

RGB178136130-
CMYK00.240.270.30
HSL7.5º23.76%60.39%-
HSV(B)7.5º26.97%69.8%-
XYZ31.1928.6925.01-
YUV147.87117.91149.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 130 (51.17% from 255) = 29.28%
R=40.09%
G=30.63%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813613000.240.270.307.523.7660.39
HexB288820181B1E8183c
Octal2622102020303336103074
Binary1011001010001000100000100110001101111110100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28882; }

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

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

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

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

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

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

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

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