#BF8073

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

Shades of Brandy Rose #BF8073

Tints of Brandy Rose #BF8073

Color information

#BF8073 (or 0xBF8073) is unknown color: approx Brandy Rose. HEX triplet: BF, 80 and 73. RGB value is (191,128,115). Sum of RGB (Red+Green+Blue) = 191+128+115=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8073 is #407F8C. Grayscale: #919191. Windows color (decimal): -4226957 or 7569599. OLE color: 7569599.

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

Color convert

RGB191128115-
CMYK00.330.400.25
HSL10.26º37.25%60%-
HSV(B)10.26º39.79%74.9%-
XYZ32.327.7519.87-
YUV145.36110.87160.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=44.01%
G=29.49%
B=26.50%

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
Decimal19112811500.330.400.2510.2637.2560
HexBF80730212819a253c
Octal2772001630415031124574
Binary101111111000000011100110100001101000110011010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8073; }

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

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

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

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

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

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

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

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