#be8c7d

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

Shades of Brandy Rose #BE8C7D

Tints of Brandy Rose #BE8C7D

Color information

#BE8C7D (or 0xBE8C7D) is unknown color: approx Brandy Rose. HEX triplet: BE, 8C and 7D. RGB value is (190,140,125). Sum of RGB (Red+Green+Blue) = 190+140+125=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C7D is #417382. Grayscale: #999999. Windows color (decimal): -4289411 or 8228030. OLE color: 8228030.

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

Color convert

RGB190140125-
CMYK00.260.340.25
HSL13.85º33.33%61.76%-
HSV(B)13.85º34.21%74.51%-
XYZ34.3131.1823.61-
YUV153.24112.06154.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 140 (55.08% from 255) = 30.77%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=41.76%
G=30.77%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014012500.260.340.2513.8533.3361.76
HexBE8C7D01A2219e213e
Octal2762141750324231164176
Binary10111110100011001111101011010100010110011110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be8c7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be8c7d; }

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

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

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

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

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

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

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

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