#BE8474

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

Shades of Brandy Rose #BE8474

Tints of Brandy Rose #BE8474

Color information

#BE8474 (or 0xBE8474) is unknown color: approx Brandy Rose. HEX triplet: BE, 84 and 74. RGB value is (190,132,116). Sum of RGB (Red+Green+Blue) = 190+132+116=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8474 is #417B8B. Grayscale: #939393. Windows color (decimal): -4291468 or 7636158. OLE color: 7636158.

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

Color convert

RGB190132116-
CMYK00.310.390.25
HSL12.97º36.27%60%-
HSV(B)12.97º38.95%74.51%-
XYZ32.6428.7120.34-
YUV147.52110.22158.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 116 (45.70% from 255) = 26.48%
R=43.38%
G=30.14%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013211600.310.390.2512.9736.2760
HexBE847401F2719d243c
Octal2762041640374731154474
Binary10111110100001001110100011111100111110011101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8474; }

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

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

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

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

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

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

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

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