#BE8B73

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

Shades of Brandy Rose #BE8B73

Tints of Brandy Rose #BE8B73

Color information

#BE8B73 (or 0xBE8B73) is unknown color: approx Brandy Rose. HEX triplet: BE, 8B and 73. RGB value is (190,139,115). Sum of RGB (Red+Green+Blue) = 190+139+115=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8B73 is #41748C. Grayscale: #979797. Windows color (decimal): -4289677 or 7572414. OLE color: 7572414.

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

Color convert

RGB190139115-
CMYK00.270.390.25
HSL19.2º36.59%59.8%-
HSV(B)19.2º39.47%74.51%-
XYZ33.5630.6520.37-
YUV151.51107.4155.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 139 (54.69% from 255) = 31.31%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=42.79%
G=31.31%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013911500.270.390.2519.236.5959.8
HexBE8B7301B271913253c
Octal2762131630334731234574
Binary101111101000101111100110110111001111100110011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B73; }

 p { color: rgb(190,139,115); }

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

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

 a { background-color: rgb(190,139,115); }

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

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

 span { border-color: rgb(190,139,115); }

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