#BE8175

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

Shades of Brandy Rose #BE8175

Tints of Brandy Rose #BE8175

Color information

#BE8175 (or 0xBE8175) is unknown color: approx Brandy Rose. HEX triplet: BE, 81 and 75. RGB value is (190,129,117). Sum of RGB (Red+Green+Blue) = 190+129+117=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8175 is #417E8A. Grayscale: #919191. Windows color (decimal): -4292235 or 7700926. OLE color: 7700926.

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

Color convert

RGB190129117-
CMYK00.320.380.25
HSL9.86º35.96%60.2%-
HSV(B)9.86º38.42%74.51%-
XYZ32.327.9320.52-
YUV145.87111.71159.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=43.58%
G=29.59%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012911700.320.380.259.8635.9660.2
HexBE81750202619a243c
Octal2762011650404631124474
Binary101111101000000111101010100000100110110011010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8175; }

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

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

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

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

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

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

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

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