#B89082

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

Shades of Brandy Rose #B89082

Tints of Brandy Rose #B89082

Color information

#B89082 (or 0xB89082) is unknown color: approx Brandy Rose. HEX triplet: B8, 90 and 82. RGB value is (184,144,130). Sum of RGB (Red+Green+Blue) = 184+144+130=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B89082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89082 is #476F7D. Grayscale: #9A9A9A. Windows color (decimal): -4681598 or 8556728. OLE color: 8556728.

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

Color convert

RGB184144130-
CMYK00.220.290.28
HSL15.56º27.55%61.57%-
HSV(B)15.56º29.35%72.16%-
XYZ33.7731.7525.47-
YUV154.36114.25149.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.17%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 130 (51.17% from 255) = 28.38%
R=40.17%
G=31.44%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414413000.220.290.2815.5627.5561.57
HexB890820161D1C101c3e
Octal2702202020263534203476
Binary10111000100100001000001001011011101111001000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89082; }

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

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

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

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

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

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

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

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