#B98782

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

Shades of Brandy Rose #B98782

Tints of Brandy Rose #B98782

Color information

#B98782 (or 0xB98782) is unknown color: approx Brandy Rose. HEX triplet: B9, 87 and 82. RGB value is (185,135,130). Sum of RGB (Red+Green+Blue) = 185+135+130=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B98782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98782 is #46787D. Grayscale: #959595. Windows color (decimal): -4618366 or 8554425. OLE color: 8554425.

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

Color convert

RGB185135130-
CMYK00.270.300.27
HSL5.45º28.21%61.76%-
HSV(B)5.45º29.73%72.55%-
XYZ32.729.2525.04-
YUV149.38117.06153.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 135 (53.12% from 255) = 30%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=41.11%
G=30%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513513000.270.300.275.4528.2161.76
HexB9878201B1E1B51c3e
Octal271207202033363353476
Binary101110011000011110000010011011111101101110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98782; }

 p { color: rgb(185,135,130); }

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

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

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

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

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

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

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