#BE7E6D

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

Shades of Brandy Rose #BE7E6D

Tints of Brandy Rose #BE7E6D

Color information

#BE7E6D (or 0xBE7E6D) is unknown color: approx Brandy Rose. HEX triplet: BE, 7E and 6D. RGB value is (190,126,109). Sum of RGB (Red+Green+Blue) = 190+126+109=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E6D is #418192. Grayscale: #8F8F8F. Windows color (decimal): -4293011 or 7175870. OLE color: 7175870.

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

Color convert

RGB190126109-
CMYK00.340.430.25
HSL12.59º38.39%58.63%-
HSV(B)12.59º42.63%74.51%-
XYZ31.4626.9718.02-
YUV143.2108.7161.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=44.71%
G=29.65%
B=25.65%

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
Decimal19012610900.340.430.2512.5938.3958.63
HexBE7E6D0222B19d263b
Octal2761761550425331154673
Binary10111110111111011011010100010101011110011101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E6D; }

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

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

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

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

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

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

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

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