#BE7C77

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

Shades of Brandy Rose #BE7C77

Tints of Brandy Rose #BE7C77

Color information

#BE7C77 (or 0xBE7C77) is unknown color: approx Brandy Rose. HEX triplet: BE, 7C and 77. RGB value is (190,124,119). Sum of RGB (Red+Green+Blue) = 190+124+119=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C77 is #418388. Grayscale: #8F8F8F. Windows color (decimal): -4293513 or 7830718. OLE color: 7830718.

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

Color convert

RGB190124119-
CMYK00.350.370.25
HSL4.23º35.32%60.59%-
HSV(B)4.23º37.37%74.51%-
XYZ31.7726.6920.93-
YUV143.16114.37161.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 119 (46.88% from 255) = 27.48%
R=43.88%
G=28.64%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012411900.350.370.254.2335.3260.59
HexBE7C7702325194233d
Octal276174167043453144375
Binary1011111011111001110111010001110010111001100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C77; }

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

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

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

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

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

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

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

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