#BE8278

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

Shades of Brandy Rose #BE8278

Tints of Brandy Rose #BE8278

Color information

#BE8278 (or 0xBE8278) is unknown color: approx Brandy Rose. HEX triplet: BE, 82 and 78. RGB value is (190,130,120). Sum of RGB (Red+Green+Blue) = 190+130+120=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8278 is #417D87. Grayscale: #929292. Windows color (decimal): -4291976 or 7897790. OLE color: 7897790.

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

Color convert

RGB190130120-
CMYK00.320.370.25
HSL8.57º35%60.78%-
HSV(B)8.57º36.84%74.51%-
XYZ32.6128.2721.51-
YUV146.8112.88158.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 120 (47.27% from 255) = 27.27%
R=43.18%
G=29.55%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013012000.320.370.258.573560.78
HexBE827802025199233d
Octal2762021700404531114375
Binary101111101000001011110000100000100101110011001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8278; }

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

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

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

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

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

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

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

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