#B98379

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

Shades of Brandy Rose #B98379

Tints of Brandy Rose #B98379

Color information

#B98379 (or 0xB98379) is unknown color: approx Brandy Rose. HEX triplet: B9, 83 and 79. RGB value is (185,131,121). Sum of RGB (Red+Green+Blue) = 185+131+121=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B98379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98379 is #467C86. Grayscale: #929292. Windows color (decimal): -4619399 or 7963577. OLE color: 7963577.

HSL color Cylindrical-coordinate representation of color #B98379: hue angle of 9.38º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B98379 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB185131121-
CMYK00.290.350.27
HSL9.38º31.37%60%-
HSV(B)9.38º34.59%72.55%-
XYZ31.5827.9321.82-
YUV146.01113.89155.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 131 (51.56% from 255) = 29.98%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=42.33%
G=29.98%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513112100.290.350.279.3831.3760
HexB9837901D231B91f3c
Octal2712031710354333113774
Binary1011100110000011111100101110110001111011100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98379; }

 p { color: rgb(185,131,121); }

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

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

 a { background-color: rgb(185,131,121); }

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

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

 span { border-color: rgb(185,131,121); }

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