#BE806F

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

Shades of Brandy Rose #BE806F

Tints of Brandy Rose #BE806F

Color information

#BE806F (or 0xBE806F) is unknown color: approx Brandy Rose. HEX triplet: BE, 80 and 6F. RGB value is (190,128,111). Sum of RGB (Red+Green+Blue) = 190+128+111=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE806F is #417F90. Grayscale: #909090. Windows color (decimal): -4292497 or 7307454. OLE color: 7307454.

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

Color convert

RGB190128111-
CMYK00.330.420.25
HSL12.91º37.8%59.02%-
HSV(B)12.91º41.58%74.51%-
XYZ31.8227.5318.68-
YUV144.6109.04160.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=44.29%
G=29.84%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012811100.330.420.2512.9137.859.02
HexBE806F0212A19d263b
Octal2762001570415231154673
Binary101111101000000011011110100001101010110011101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE806F; }

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

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

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

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

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

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

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

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