#BE8270

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

Shades of Brandy Rose #BE8270

Tints of Brandy Rose #BE8270

Color information

#BE8270 (or 0xBE8270) is unknown color: approx Brandy Rose. HEX triplet: BE, 82 and 70. RGB value is (190,130,112). Sum of RGB (Red+Green+Blue) = 190+130+112=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8270 is #417D8F. Grayscale: #929292. Windows color (decimal): -4291984 or 7373502. OLE color: 7373502.

HSL color Cylindrical-coordinate representation of color #BE8270: hue angle of 13.85º degrees, saturation: 0.38, 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 #BE8270 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190130112-
CMYK00.320.410.25
HSL13.85º37.5%59.22%-
HSV(B)13.85º41.05%74.51%-
XYZ32.1428.0819.06-
YUV145.89108.88159.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=43.98%
G=30.09%
B=25.93%

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
Decimal19013011200.320.410.2513.8537.559.22
HexBE82700202919e263b
Octal2762021600405131164673
Binary101111101000001011100000100000101001110011110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8270; }

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

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

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

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

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

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

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

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