#B88271

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

Shades of Brandy Rose #B88271

Tints of Brandy Rose #B88271

Color information

#B88271 (or 0xB88271) is unknown color: approx Brandy Rose. HEX triplet: B8, 82 and 71. RGB value is (184,130,113). Sum of RGB (Red+Green+Blue) = 184+130+113=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B88271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88271 is #477D8E. Grayscale: #909090. Windows color (decimal): -4685199 or 7439032. OLE color: 7439032.

HSL color Cylindrical-coordinate representation of color #B88271: hue angle of 14.37º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B88271 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB184130113-
CMYK00.290.390.28
HSL14.37º33.33%58.24%-
HSV(B)14.37º38.59%72.16%-
XYZ30.7327.3519.28-
YUV144.21110.39156.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 130 (51.17% from 255) = 30.44%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=43.09%
G=30.44%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413011300.290.390.2814.3733.3358.24
HexB8827101D271Ce213a
Octal2702021610354734164172
Binary10111000100000101110001011101100111111001110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88271; }

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

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

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

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

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

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

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

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