#BF846D

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

Shades of Brandy Rose #BF846D

Tints of Brandy Rose #BF846D

Color information

#BF846D (or 0xBF846D) is unknown color: approx Brandy Rose. HEX triplet: BF, 84 and 6D. RGB value is (191,132,109). Sum of RGB (Red+Green+Blue) = 191+132+109=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF846D is #407B92. Grayscale: #939393. Windows color (decimal): -4225939 or 7177407. OLE color: 7177407.

HSL color Cylindrical-coordinate representation of color #BF846D: hue angle of 16.83º degrees, saturation: 0.39, 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 #BF846D is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB191132109-
CMYK00.310.430.25
HSL16.83º39.05%58.82%-
HSV(B)16.83º42.93%74.9%-
XYZ32.528.6818.29-
YUV147.02106.55159.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 132 (51.95% from 255) = 30.56%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=44.21%
G=30.56%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113210900.310.430.2516.8339.0558.82
HexBF846D01F2B1911273b
Octal2772041550375331214773
Binary101111111000010011011010111111010111100110001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF846D; }

 p { color: rgb(191,132,109); }

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

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

 a { background-color: rgb(191,132,109); }

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

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

 span { border-color: rgb(191,132,109); }

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