#BE7E7A

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

Shades of Brandy Rose #BE7E7A

Tints of Brandy Rose #BE7E7A

Color information

#BE7E7A (or 0xBE7E7A) is unknown color: approx Brandy Rose. HEX triplet: BE, 7E and 7A. RGB value is (190,126,122). Sum of RGB (Red+Green+Blue) = 190+126+122=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E7A is #418185. Grayscale: #909090. Windows color (decimal): -4292998 or 8027838. OLE color: 8027838.

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

Color convert

RGB190126122-
CMYK00.340.360.25
HSL3.53º34.34%61.18%-
HSV(B)3.53º35.79%74.51%-
XYZ32.2127.2721.98-
YUV144.68115.2160.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 122 (48.05% from 255) = 27.85%
R=43.38%
G=28.77%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012612200.340.360.253.5334.3461.18
HexBE7E7A02224194223d
Octal276176172042443144275
Binary1011111011111101111010010001010010011001100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E7A; }

 p { color: rgb(190,126,122); }

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

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

 a { background-color: rgb(190,126,122); }

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

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

 span { border-color: rgb(190,126,122); }

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