#BE8076

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

Shades of Brandy Rose #BE8076

Tints of Brandy Rose #BE8076

Color information

#BE8076 (or 0xBE8076) is unknown color: approx Brandy Rose. HEX triplet: BE, 80 and 76. RGB value is (190,128,118). Sum of RGB (Red+Green+Blue) = 190+128+118=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8076 is #417F89. Grayscale: #919191. Windows color (decimal): -4292490 or 7766206. OLE color: 7766206.

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

Color convert

RGB190128118-
CMYK00.330.380.25
HSL8.33º35.64%60.39%-
HSV(B)8.33º37.89%74.51%-
XYZ32.2227.6920.79-
YUV145.4112.54159.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=43.58%
G=29.36%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012811800.330.380.258.3335.6460.39
HexBE807602126198243c
Octal2762001660414631104474
Binary101111101000000011101100100001100110110011000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8076; }

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

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

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

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

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

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

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

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