#BF8072

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

Shades of Brandy Rose #BF8072

Tints of Brandy Rose #BF8072

Color information

#BF8072 (or 0xBF8072) is unknown color: approx Brandy Rose. HEX triplet: BF, 80 and 72. RGB value is (191,128,114). Sum of RGB (Red+Green+Blue) = 191+128+114=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8072 is #407F8D. Grayscale: #919191. Windows color (decimal): -4226958 or 7504063. OLE color: 7504063.

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

Color convert

RGB191128114-
CMYK00.330.400.25
HSL10.91º37.56%59.8%-
HSV(B)10.91º40.31%74.9%-
XYZ32.2427.7319.57-
YUV145.24110.37160.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 114 (44.92% from 255) = 26.33%
R=44.11%
G=29.56%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112811400.330.400.2510.9137.5659.8
HexBF80720212819b263c
Octal2772001620415031134674
Binary101111111000000011100100100001101000110011011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8072; }

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

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

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

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

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

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

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

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