#BE8271

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

Shades of Brandy Rose #BE8271

Tints of Brandy Rose #BE8271

Color information

#BE8271 (or 0xBE8271) is unknown color: approx Brandy Rose. HEX triplet: BE, 82 and 71. RGB value is (190,130,113). Sum of RGB (Red+Green+Blue) = 190+130+113=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8271 is #417D8E. Grayscale: #929292. Windows color (decimal): -4291983 or 7439038. OLE color: 7439038.

HSL color Cylindrical-coordinate representation of color #BE8271: hue angle of 13.25º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE8271 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190130113-
CMYK00.320.410.25
HSL13.25º37.2%59.41%-
HSV(B)13.25º40.53%74.51%-
XYZ32.228.119.35-
YUV146109.38159.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 130 (51.17% from 255) = 30.02%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=43.88%
G=30.02%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013011300.320.410.2513.2537.259.41
HexBE82710202919d253b
Octal2762021610405131154573
Binary101111101000001011100010100000101001110011101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8271; }

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

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

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

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

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

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

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

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