#BE8672

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

Shades of Brandy Rose #BE8672

Tints of Brandy Rose #BE8672

Color information

#BE8672 (or 0xBE8672) is unknown color: approx Brandy Rose. HEX triplet: BE, 86 and 72. RGB value is (190,134,114). Sum of RGB (Red+Green+Blue) = 190+134+114=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8672 is #41798D. Grayscale: #949494. Windows color (decimal): -4290958 or 7505598. OLE color: 7505598.

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

Color convert

RGB190134114-
CMYK00.290.400.25
HSL15.79º36.89%59.61%-
HSV(B)15.79º40%74.51%-
XYZ32.829.2119.83-
YUV148.46108.55157.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=43.38%
G=30.59%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013411400.290.400.2515.7936.8959.61
HexBE867201D281910253c
Octal2762061620355031204574
Binary101111101000011011100100111011010001100110000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8672; }

 p { color: rgb(190,134,114); }

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

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

 a { background-color: rgb(190,134,114); }

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

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

 span { border-color: rgb(190,134,114); }

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