#BF846C

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

Shades of Brandy Rose #BF846C

Tints of Brandy Rose #BF846C

Color information

#BF846C (or 0xBF846C) is unknown color: approx Brandy Rose. HEX triplet: BF, 84 and 6C. RGB value is (191,132,108). Sum of RGB (Red+Green+Blue) = 191+132+108=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF846C is #407B93. Grayscale: #939393. Windows color (decimal): -4225940 or 7111871. OLE color: 7111871.

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

Color convert

RGB191132108-
CMYK00.310.430.25
HSL17.35º39.34%58.63%-
HSV(B)17.35º43.46%74.9%-
XYZ32.4428.6618.01-
YUV146.9106.05159.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 108 (42.58% from 255) = 25.06%
R=44.32%
G=30.63%
B=25.06%

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
Decimal19113210800.310.430.2517.3539.3458.63
HexBF846C01F2B1911273b
Octal2772041540375331214773
Binary101111111000010011011000111111010111100110001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF846C; }

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

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

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

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

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

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

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

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