#BE7F75

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

Shades of Brandy Rose #BE7F75

Tints of Brandy Rose #BE7F75

Color information

#BE7F75 (or 0xBE7F75) is unknown color: approx Brandy Rose. HEX triplet: BE, 7F and 75. RGB value is (190,127,117). Sum of RGB (Red+Green+Blue) = 190+127+117=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F75 is #41808A. Grayscale: #909090. Windows color (decimal): -4292747 or 7700414. OLE color: 7700414.

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

Color convert

RGB190127117-
CMYK00.330.380.25
HSL8.22º35.96%60.2%-
HSV(B)8.22º38.42%74.51%-
XYZ32.0427.4120.43-
YUV144.7112.37160.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 117 (46.09% from 255) = 26.96%
R=43.78%
G=29.26%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012711700.330.380.258.2235.9660.2
HexBE7F7502126198243c
Octal2761771650414631104474
Binary10111110111111111101010100001100110110011000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F75; }

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

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

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

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

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

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

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

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