#BF8070

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

Shades of Brandy Rose #BF8070

Tints of Brandy Rose #BF8070

Color information

#BF8070 (or 0xBF8070) is unknown color: approx Brandy Rose. HEX triplet: BF, 80 and 70. RGB value is (191,128,112). Sum of RGB (Red+Green+Blue) = 191+128+112=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8070 is #407F8F. Grayscale: #919191. Windows color (decimal): -4226960 or 7372991. OLE color: 7372991.

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

Color convert

RGB191128112-
CMYK00.330.410.25
HSL12.15º38.16%59.41%-
HSV(B)12.15º41.36%74.9%-
XYZ32.1327.6818.98-
YUV145.01109.37160.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=44.32%
G=29.70%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112811200.330.410.2512.1538.1659.41
HexBF80700212919c263b
Octal2772001600415131144673
Binary101111111000000011100000100001101001110011100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8070; }

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

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

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

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

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

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

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

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