#BE856D

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

Shades of Brandy Rose #BE856D

Tints of Brandy Rose #BE856D

Color information

#BE856D (or 0xBE856D) is unknown color: approx Brandy Rose. HEX triplet: BE, 85 and 6D. RGB value is (190,133,109). Sum of RGB (Red+Green+Blue) = 190+133+109=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE856D is #417A92. Grayscale: #939393. Windows color (decimal): -4291219 or 7177662. OLE color: 7177662.

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

Color convert

RGB190133109-
CMYK00.30.430.25
HSL17.78º38.39%58.63%-
HSV(B)17.78º42.63%74.51%-
XYZ32.3828.8318.33-
YUV147.31106.38158.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=43.98%
G=30.79%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013310900.30.430.2517.7838.3958.63
HexBE856D01E2B1912263b
Octal2762051550365331224673
Binary101111101000010111011010111101010111100110010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE856D; }

 p { color: rgb(190,133,109); }

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

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

 a { background-color: rgb(190,133,109); }

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

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

 span { border-color: rgb(190,133,109); }

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