#BE7E7B

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

Shades of Brandy Rose #BE7E7B

Tints of Brandy Rose #BE7E7B

Color information

#BE7E7B (or 0xBE7E7B) is unknown color: approx Brandy Rose. HEX triplet: BE, 7E and 7B. RGB value is (190,126,123). Sum of RGB (Red+Green+Blue) = 190+126+123=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E7B is #418184. Grayscale: #909090. Windows color (decimal): -4292997 or 8093374. OLE color: 8093374.

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

Color convert

RGB190126123-
CMYK00.340.350.25
HSL2.69º34.01%61.37%-
HSV(B)2.69º35.26%74.51%-
XYZ32.2727.322.31-
YUV144.79115.7160.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 126 (49.61% from 255) = 28.70%
BLUE value IS 123 (48.44% from 255) = 28.02%
R=43.28%
G=28.70%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012612300.340.350.252.6934.0161.37
HexBE7E7B02223193223d
Octal276176173042433134275
Binary101111101111110111101101000101000111100111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E7B; }

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

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

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

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

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

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

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

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