#BE7D6C

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

Shades of Brandy Rose #BE7D6C

Tints of Brandy Rose #BE7D6C

Color information

#BE7D6C (or 0xBE7D6C) is unknown color: approx Brandy Rose. HEX triplet: BE, 7D and 6C. RGB value is (190,125,108). Sum of RGB (Red+Green+Blue) = 190+125+108=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D6C is #418293. Grayscale: #8E8E8E. Windows color (decimal): -4293268 or 7110078. OLE color: 7110078.

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

Color convert

RGB190125108-
CMYK00.340.430.25
HSL12.44º38.68%58.43%-
HSV(B)12.44º43.16%74.51%-
XYZ31.2826.717.69-
YUV142.5108.53161.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=44.92%
G=29.55%
B=25.53%

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
Decimal19012510800.340.430.2512.4438.6858.43
HexBE7D6C0222B19c273a
Octal2761751540425331144772
Binary10111110111110111011000100010101011110011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D6C; }

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

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

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

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

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

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

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

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