#B98271

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

Shades of Brandy Rose #B98271

Tints of Brandy Rose #B98271

Color information

#B98271 (or 0xB98271) is unknown color: approx Brandy Rose. HEX triplet: B9, 82 and 71. RGB value is (185,130,113). Sum of RGB (Red+Green+Blue) = 185+130+113=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B98271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98271 is #467D8E. Grayscale: #909090. Windows color (decimal): -4619663 or 7439033. OLE color: 7439033.

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

Color convert

RGB185130113-
CMYK00.300.390.27
HSL14.17º33.96%58.43%-
HSV(B)14.17º38.92%72.55%-
XYZ30.9727.4719.29-
YUV144.51110.22156.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 113 (44.53% from 255) = 26.40%
R=43.22%
G=30.37%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513011300.300.390.2714.1733.9658.43
HexB9827101E271Be223a
Octal2712021610364733164272
Binary10111001100000101110001011110100111110111110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98271; }

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

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

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

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

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

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

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

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