#BF8076

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

Shades of Brandy Rose #BF8076

Tints of Brandy Rose #BF8076

Color information

#BF8076 (or 0xBF8076) is unknown color: approx Brandy Rose. HEX triplet: BF, 80 and 76. RGB value is (191,128,118). Sum of RGB (Red+Green+Blue) = 191+128+118=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8076 is #407F89. Grayscale: #919191. Windows color (decimal): -4226954 or 7766207. OLE color: 7766207.

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

Color convert

RGB191128118-
CMYK00.330.380.25
HSL8.22º36.32%60.59%-
HSV(B)8.22º38.22%74.9%-
XYZ32.4827.8220.8-
YUV145.7112.37160.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 128 (50.39% from 255) = 29.29%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=43.71%
G=29.29%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112811800.330.380.258.2236.3260.59
HexBF807602126198243d
Octal2772001660414631104475
Binary101111111000000011101100100001100110110011000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8076; }

 p { color: rgb(191,128,118); }

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

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

 a { background-color: rgb(191,128,118); }

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

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

 span { border-color: rgb(191,128,118); }

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