#BE8074

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

Shades of Brandy Rose #BE8074

Tints of Brandy Rose #BE8074

Color information

#BE8074 (or 0xBE8074) is unknown color: approx Brandy Rose. HEX triplet: BE, 80 and 74. RGB value is (190,128,116). Sum of RGB (Red+Green+Blue) = 190+128+116=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8074 is #417F8B. Grayscale: #919191. Windows color (decimal): -4292492 or 7635134. OLE color: 7635134.

HSL color Cylindrical-coordinate representation of color #BE8074: hue angle of 9.73º 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 #BE8074 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB190128116-
CMYK00.330.390.25
HSL9.73º36.27%60%-
HSV(B)9.73º38.95%74.51%-
XYZ32.1127.6520.17-
YUV145.17111.54159.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=43.78%
G=29.49%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012811600.330.390.259.7336.2760
HexBE80740212719a243c
Octal2762001640414731124474
Binary101111101000000011101000100001100111110011010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8074; }

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

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

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

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

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

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

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

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