#BE8C7F

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

Shades of Brandy Rose #BE8C7F

Tints of Brandy Rose #BE8C7F

Color information

#BE8C7F (or 0xBE8C7F) is unknown color: approx Brandy Rose. HEX triplet: BE, 8C and 7F. RGB value is (190,140,127). Sum of RGB (Red+Green+Blue) = 190+140+127=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C7F is #417380. Grayscale: #999999. Windows color (decimal): -4289409 or 8359102. OLE color: 8359102.

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

Color convert

RGB190140127-
CMYK00.260.330.25
HSL12.38º32.64%62.16%-
HSV(B)12.38º33.16%74.51%-
XYZ34.4431.2424.29-
YUV153.47113.06154.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 140 (55.08% from 255) = 30.63%
BLUE value IS 127 (50% from 255) = 27.79%
R=41.58%
G=30.63%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014012700.260.330.2512.3832.6462.16
HexBE8C7F01A2119c213e
Octal2762141770324131144176
Binary10111110100011001111111011010100001110011100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C7F; }

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

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

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

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

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

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

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

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