#BE877E

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

Shades of Brandy Rose #BE877E

Tints of Brandy Rose #BE877E

Color information

#BE877E (or 0xBE877E) is unknown color: approx Brandy Rose. HEX triplet: BE, 87 and 7E. RGB value is (190,135,126). Sum of RGB (Red+Green+Blue) = 190+135+126=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE877E is #417881. Grayscale: #969696. Windows color (decimal): -4290690 or 8292286. OLE color: 8292286.

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

Color convert

RGB190135126-
CMYK00.290.340.25
HSL8.44º32.99%61.96%-
HSV(B)8.44º33.68%74.51%-
XYZ33.6729.7823.71-
YUV150.42114.22156.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 135 (53.12% from 255) = 29.93%
BLUE value IS 126 (49.61% from 255) = 27.94%
R=42.13%
G=29.93%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013512600.290.340.258.4432.9961.96
HexBE877E01D22198213e
Octal2762071760354231104176
Binary10111110100001111111110011101100010110011000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE877E; }

 p { color: rgb(190,135,126); }

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

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

 a { background-color: rgb(190,135,126); }

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

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

 span { border-color: rgb(190,135,126); }

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