#BE8B72

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

Shades of Brandy Rose #BE8B72

Tints of Brandy Rose #BE8B72

Color information

#BE8B72 (or 0xBE8B72) is unknown color: approx Brandy Rose. HEX triplet: BE, 8B and 72. RGB value is (190,139,114). Sum of RGB (Red+Green+Blue) = 190+139+114=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8B72 is #41748D. Grayscale: #979797. Windows color (decimal): -4289678 or 7506878. OLE color: 7506878.

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

Color convert

RGB190139114-
CMYK00.270.400.25
HSL19.74º36.89%59.61%-
HSV(B)19.74º40%74.51%-
XYZ33.5130.6320.07-
YUV151.4106.9155.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=42.89%
G=31.38%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013911400.270.400.2519.7436.8959.61
HexBE8B7201B281914253c
Octal2762131620335031244574
Binary101111101000101111100100110111010001100110100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B72; }

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

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

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

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

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

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

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

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