#BE8274

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

Shades of Brandy Rose #BE8274

Tints of Brandy Rose #BE8274

Color information

#BE8274 (or 0xBE8274) is unknown color: approx Brandy Rose. HEX triplet: BE, 82 and 74. RGB value is (190,130,116). Sum of RGB (Red+Green+Blue) = 190+130+116=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8274 is #417D8B. Grayscale: #929292. Windows color (decimal): -4291980 or 7635646. OLE color: 7635646.

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

Color convert

RGB190130116-
CMYK00.320.390.25
HSL11.35º36.27%60%-
HSV(B)11.35º38.95%74.51%-
XYZ32.3728.1720.25-
YUV146.34110.88159.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 116 (45.70% from 255) = 26.61%
R=43.58%
G=29.82%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013011600.320.390.2511.3536.2760
HexBE82740202719b243c
Octal2762021640404731134474
Binary101111101000001011101000100000100111110011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8274; }

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

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

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

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

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

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

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

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