#BE7D6D

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

Shades of Brandy Rose #BE7D6D

Tints of Brandy Rose #BE7D6D

Color information

#BE7D6D (or 0xBE7D6D) is unknown color: approx Brandy Rose. HEX triplet: BE, 7D and 6D. RGB value is (190,125,109). Sum of RGB (Red+Green+Blue) = 190+125+109=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D6D is #418292. Grayscale: #8E8E8E. Windows color (decimal): -4293267 or 7175614. OLE color: 7175614.

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

Color convert

RGB190125109-
CMYK00.340.430.25
HSL11.85º38.39%58.63%-
HSV(B)11.85º42.63%74.51%-
XYZ31.3326.7217.97-
YUV142.61109.03161.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 125 (49.22% from 255) = 29.48%
BLUE value IS 109 (42.97% from 255) = 25.71%
R=44.81%
G=29.48%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012510900.340.430.2511.8538.3958.63
HexBE7D6D0222B19c263b
Octal2761751550425331144673
Binary10111110111110111011010100010101011110011100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D6D; }

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

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

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

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

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

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

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

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