#BE8F7F

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

Shades of Brandy Rose #BE8F7F

Tints of Brandy Rose #BE8F7F

Color information

#BE8F7F (or 0xBE8F7F) is unknown color: approx Brandy Rose. HEX triplet: BE, 8F and 7F. RGB value is (190,143,127). Sum of RGB (Red+Green+Blue) = 190+143+127=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F7F is #417080. Grayscale: #9B9B9B. Windows color (decimal): -4288641 or 8359870. OLE color: 8359870.

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

Color convert

RGB190143127-
CMYK00.250.330.25
HSL15.24º32.64%62.16%-
HSV(B)15.24º33.16%74.51%-
XYZ34.8932.1224.44-
YUV155.23112.07152.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 127 (50% from 255) = 27.61%
R=41.30%
G=31.09%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014312700.250.330.2515.2432.6462.16
HexBE8F7F0192119f213e
Octal2762171770314131174176
Binary10111110100011111111111011001100001110011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8F7F; }

 p { color: rgb(190,143,127); }

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

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

 a { background-color: rgb(190,143,127); }

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

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

 span { border-color: rgb(190,143,127); }

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