#BE8276

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

Shades of Brandy Rose #BE8276

Tints of Brandy Rose #BE8276

Color information

#BE8276 (or 0xBE8276) is unknown color: approx Brandy Rose. HEX triplet: BE, 82 and 76. RGB value is (190,130,118). Sum of RGB (Red+Green+Blue) = 190+130+118=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8276 is #417D89. Grayscale: #929292. Windows color (decimal): -4291978 or 7766718. OLE color: 7766718.

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

Color convert

RGB190130118-
CMYK00.320.380.25
HSL10º35.64%60.39%-
HSV(B)10º37.89%74.51%-
XYZ32.4928.2220.87-
YUV146.57111.88158.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 130 (51.17% from 255) = 29.68%
BLUE value IS 118 (46.48% from 255) = 26.94%
R=43.38%
G=29.68%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013011800.320.380.251035.6460.39
HexBE82760202619a243c
Octal2762021660404631124474
Binary101111101000001011101100100000100110110011010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8276; }

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

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

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

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

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

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

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

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