#BE7F73

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

Shades of Brandy Rose #BE7F73

Tints of Brandy Rose #BE7F73

Color information

#BE7F73 (or 0xBE7F73) is unknown color: approx Brandy Rose. HEX triplet: BE, 7F and 73. RGB value is (190,127,115). Sum of RGB (Red+Green+Blue) = 190+127+115=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F73 is #41808C. Grayscale: #909090. Windows color (decimal): -4292749 or 7569342. OLE color: 7569342.

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

Color convert

RGB190127115-
CMYK00.330.390.25
HSL9.6º36.59%59.8%-
HSV(B)9.6º39.47%74.51%-
XYZ31.9227.3619.82-
YUV144.47111.37160.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 115 (45.31% from 255) = 26.62%
R=43.98%
G=29.40%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012711500.330.390.259.636.5959.8
HexBE7F730212719a253c
Octal2761771630414731124574
Binary10111110111111111100110100001100111110011010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F73; }

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

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

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

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

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

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

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

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