#BE8373

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

Shades of Brandy Rose #BE8373

Tints of Brandy Rose #BE8373

Color information

#BE8373 (or 0xBE8373) is unknown color: approx Brandy Rose. HEX triplet: BE, 83 and 73. RGB value is (190,131,115). Sum of RGB (Red+Green+Blue) = 190+131+115=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8373 is #417C8C. Grayscale: #929292. Windows color (decimal): -4291725 or 7570366. OLE color: 7570366.

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

Color convert

RGB190131115-
CMYK00.310.390.25
HSL12.8º36.59%59.8%-
HSV(B)12.8º39.47%74.51%-
XYZ32.4528.4219.99-
YUV146.82110.05158.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 115 (45.31% from 255) = 26.38%
R=43.58%
G=30.05%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013111500.310.390.2512.836.5959.8
HexBE837301F2719d253c
Octal2762031630374731154574
Binary10111110100000111110011011111100111110011101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8373; }

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

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

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

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

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

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

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

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