#B98378

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

Shades of Brandy Rose #B98378

Tints of Brandy Rose #B98378

Color information

#B98378 (or 0xB98378) is unknown color: approx Brandy Rose. HEX triplet: B9, 83 and 78. RGB value is (185,131,120). Sum of RGB (Red+Green+Blue) = 185+131+120=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B98378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98378 is #467C87. Grayscale: #919191. Windows color (decimal): -4619400 or 7898041. OLE color: 7898041.

HSL color Cylindrical-coordinate representation of color #B98378: hue angle of 10.15º degrees, saturation: 0.32, 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 #B98378 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB185131120-
CMYK00.290.350.27
HSL10.15º31.71%59.8%-
HSV(B)10.15º35.14%72.55%-
XYZ31.5127.921.49-
YUV145.89113.39155.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 120 (47.27% from 255) = 27.52%
R=42.43%
G=30.05%
B=27.52%

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
Decimal18513112000.290.350.2710.1531.7159.8
HexB9837801D231Ba203c
Octal2712031700354333124074
Binary10111001100000111111000011101100011110111010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98378; }

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

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

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

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

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

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

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

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