#BE806C

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

Shades of Brandy Rose #BE806C

Tints of Brandy Rose #BE806C

Color information

#BE806C (or 0xBE806C) is unknown color: approx Brandy Rose. HEX triplet: BE, 80 and 6C. RGB value is (190,128,108). Sum of RGB (Red+Green+Blue) = 190+128+108=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE806C is #417F93. Grayscale: #909090. Windows color (decimal): -4292500 or 7110846. OLE color: 7110846.

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

Color convert

RGB190128108-
CMYK00.330.430.25
HSL14.63º38.68%58.43%-
HSV(B)14.63º43.16%74.51%-
XYZ31.6627.4717.82-
YUV144.26107.54160.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 128 (50.39% from 255) = 30.05%
BLUE value IS 108 (42.58% from 255) = 25.35%
R=44.60%
G=30.05%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012810800.330.430.2514.6338.6858.43
HexBE806C0212B19f273a
Octal2762001540415331174772
Binary101111101000000011011000100001101011110011111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE806C; }

 p { color: rgb(190,128,108); }

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

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

 a { background-color: rgb(190,128,108); }

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

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

 span { border-color: rgb(190,128,108); }

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