#BE7F77

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

Shades of Brandy Rose #BE7F77

Tints of Brandy Rose #BE7F77

Color information

#BE7F77 (or 0xBE7F77) is unknown color: approx Brandy Rose. HEX triplet: BE, 7F and 77. RGB value is (190,127,119). Sum of RGB (Red+Green+Blue) = 190+127+119=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F77 is #418088. Grayscale: #919191. Windows color (decimal): -4292745 or 7831486. OLE color: 7831486.

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

Color convert

RGB190127119-
CMYK00.330.370.25
HSL6.76º35.32%60.59%-
HSV(B)6.76º37.37%74.51%-
XYZ32.1527.4621.06-
YUV144.92113.37160.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=43.58%
G=29.13%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012711900.330.370.256.7635.3260.59
HexBE7F7702125197233d
Octal276177167041453174375
Binary1011111011111111110111010000110010111001111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F77; }

 p { color: rgb(190,127,119); }

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

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

 a { background-color: rgb(190,127,119); }

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

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

 span { border-color: rgb(190,127,119); }

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