#B98275

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

Shades of Brandy Rose #B98275

Tints of Brandy Rose #B98275

Color information

#B98275 (or 0xB98275) is unknown color: approx Brandy Rose. HEX triplet: B9, 82 and 75. RGB value is (185,130,117). Sum of RGB (Red+Green+Blue) = 185+130+117=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B98275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98275 is #467D8A. Grayscale: #919191. Windows color (decimal): -4619659 or 7701177. OLE color: 7701177.

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

Color convert

RGB185130117-
CMYK00.300.370.27
HSL11.47º32.69%59.22%-
HSV(B)11.47º36.76%72.55%-
XYZ31.227.5620.51-
YUV144.96112.22156.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=42.82%
G=30.09%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513011700.300.370.2711.4732.6959.22
HexB9827501E251Bb213b
Octal2712021650364533134173
Binary10111001100000101110101011110100101110111011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98275; }

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

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

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

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

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

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

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

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