#BE7D75

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

Shades of Brandy Rose #BE7D75

Tints of Brandy Rose #BE7D75

Color information

#BE7D75 (or 0xBE7D75) is unknown color: approx Brandy Rose. HEX triplet: BE, 7D and 75. RGB value is (190,125,117). Sum of RGB (Red+Green+Blue) = 190+125+117=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D75 is #41828A. Grayscale: #8F8F8F. Windows color (decimal): -4293259 or 7699902. OLE color: 7699902.

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

Color convert

RGB190125117-
CMYK00.340.380.25
HSL6.58º35.96%60.2%-
HSV(B)6.58º38.42%74.51%-
XYZ31.7826.920.35-
YUV143.52113.03161.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 125 (49.22% from 255) = 28.94%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=43.98%
G=28.94%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012511700.340.380.256.5835.9660.2
HexBE7D7502226197243c
Octal276175165042463174474
Binary1011111011111011110101010001010011011001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D75; }

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

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

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

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

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

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

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

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