#B88582

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

Shades of Brandy Rose #B88582

Tints of Brandy Rose #B88582

Color information

#B88582 (or 0xB88582) is unknown color: approx Brandy Rose. HEX triplet: B8, 85 and 82. RGB value is (184,133,130). Sum of RGB (Red+Green+Blue) = 184+133+130=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B88582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88582 is #477A7D. Grayscale: #939393. Windows color (decimal): -4684414 or 8553912. OLE color: 8553912.

HSL color Cylindrical-coordinate representation of color #B88582: hue angle of 3.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88582 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB184133130-
CMYK00.280.290.28
HSL3.33º27.55%61.57%-
HSV(B)3.33º29.35%72.16%-
XYZ32.1828.5824.94-
YUV147.91117.9153.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=41.16%
G=29.75%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413313000.280.290.283.3327.5561.57
HexB8858201C1D1C31c3e
Octal270205202034353433476
Binary10111000100001011000001001110011101111001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88582; }

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

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

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

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

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

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

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

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