#BE8C76

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

Shades of Brandy Rose #BE8C76

Tints of Brandy Rose #BE8C76

Color information

#BE8C76 (or 0xBE8C76) is unknown color: approx Brandy Rose. HEX triplet: BE, 8C and 76. RGB value is (190,140,118). Sum of RGB (Red+Green+Blue) = 190+140+118=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C76 is #417389. Grayscale: #989898. Windows color (decimal): -4289418 or 7769278. OLE color: 7769278.

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

Color convert

RGB190140118-
CMYK00.260.380.25
HSL18.33º35.64%60.39%-
HSV(B)18.33º37.89%74.51%-
XYZ33.8831.0121.34-
YUV152.44108.56154.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 140 (55.08% from 255) = 31.25%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=42.41%
G=31.25%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014011800.260.380.2518.3335.6460.39
HexBE8C7601A261912243c
Octal2762141660324631224474
Binary101111101000110011101100110101001101100110010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C76; }

 p { color: rgb(190,140,118); }

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

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

 a { background-color: rgb(190,140,118); }

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

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

 span { border-color: rgb(190,140,118); }

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