#BE8575

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

Shades of Brandy Rose #BE8575

Tints of Brandy Rose #BE8575

Color information

#BE8575 (or 0xBE8575) is unknown color: approx Brandy Rose. HEX triplet: BE, 85 and 75. RGB value is (190,133,117). Sum of RGB (Red+Green+Blue) = 190+133+117=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8575 is #417A8A. Grayscale: #949494. Windows color (decimal): -4291211 or 7701950. OLE color: 7701950.

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

Color convert

RGB190133117-
CMYK00.30.380.25
HSL13.15º35.96%60.2%-
HSV(B)13.15º38.42%74.51%-
XYZ32.8329.0120.7-
YUV148.22110.38157.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=43.18%
G=30.23%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013311700.30.380.2513.1535.9660.2
HexBE857501E2619d243c
Octal2762051650364631154474
Binary10111110100001011110101011110100110110011101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8575; }

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

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

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

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

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

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

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

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