#BF8970

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

Shades of Brandy Rose #BF8970

Tints of Brandy Rose #BF8970

Color information

#BF8970 (or 0xBF8970) is unknown color: approx Brandy Rose. HEX triplet: BF, 89 and 70. RGB value is (191,137,112). Sum of RGB (Red+Green+Blue) = 191+137+112=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8970 is #40768F. Grayscale: #969696. Windows color (decimal): -4224656 or 7375295. OLE color: 7375295.

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

Color convert

RGB191137112-
CMYK00.280.410.25
HSL18.99º38.16%59.41%-
HSV(B)18.99º41.36%74.9%-
XYZ33.3630.1419.39-
YUV150.3106.39157.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=43.41%
G=31.14%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113711200.280.410.2518.9938.1659.41
HexBF897001C291913263b
Octal2772111600345131234673
Binary101111111000100111100000111001010011100110011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8970; }

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

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

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

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

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

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

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

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