#BF8475

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

Shades of Brandy Rose #BF8475

Tints of Brandy Rose #BF8475

Color information

#BF8475 (or 0xBF8475) is unknown color: approx Brandy Rose. HEX triplet: BF, 84 and 75. RGB value is (191,132,117). Sum of RGB (Red+Green+Blue) = 191+132+117=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8475 is #407B8A. Grayscale: #949494. Windows color (decimal): -4225931 or 7701695. OLE color: 7701695.

HSL color Cylindrical-coordinate representation of color #BF8475: hue angle of 12.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF8475 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB191132117-
CMYK00.310.390.25
HSL12.16º36.63%60.39%-
HSV(B)12.16º38.74%74.9%-
XYZ32.9528.8620.66-
YUV147.93110.55158.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 132 (51.95% from 255) = 30%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=43.41%
G=30%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113211700.310.390.2512.1636.6360.39
HexBF847501F2719c253c
Octal2772041650374731144574
Binary10111111100001001110101011111100111110011100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8475; }

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

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

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

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

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

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

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

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