#BF8273

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

Shades of Brandy Rose #BF8273

Tints of Brandy Rose #BF8273

Color information

#BF8273 (or 0xBF8273) is unknown color: approx Brandy Rose. HEX triplet: BF, 82 and 73. RGB value is (191,130,115). Sum of RGB (Red+Green+Blue) = 191+130+115=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8273 is #407D8C. Grayscale: #929292. Windows color (decimal): -4226445 or 7570111. OLE color: 7570111.

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

Color convert

RGB191130115-
CMYK00.320.400.25
HSL11.84º37.25%60%-
HSV(B)11.84º39.79%74.9%-
XYZ32.5628.2819.96-
YUV146.53110.21159.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 115 (45.31% from 255) = 26.38%
R=43.81%
G=29.82%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113011500.320.400.2511.8437.2560
HexBF82730202819c253c
Octal2772021630405031144574
Binary101111111000001011100110100000101000110011100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8273; }

 p { color: rgb(191,130,115); }

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

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

 a { background-color: rgb(191,130,115); }

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

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

 span { border-color: rgb(191,130,115); }

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