#BF8975

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

Shades of Brandy Rose #BF8975

Tints of Brandy Rose #BF8975

Color information

#BF8975 (or 0xBF8975) is unknown color: approx Brandy Rose. HEX triplet: BF, 89 and 75. RGB value is (191,137,117). Sum of RGB (Red+Green+Blue) = 191+137+117=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8975 is #40768A. Grayscale: #979797. Windows color (decimal): -4224651 or 7702975. OLE color: 7702975.

HSL color Cylindrical-coordinate representation of color #BF8975: hue angle of 16.22º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF8975 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB191137117-
CMYK00.280.390.25
HSL16.22º36.63%60.39%-
HSV(B)16.22º38.74%74.9%-
XYZ33.6430.2520.9-
YUV150.87108.89156.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 137 (53.91% from 255) = 30.79%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=42.92%
G=30.79%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113711700.280.390.2516.2236.6360.39
HexBF897501C271910253c
Octal2772111650344731204574
Binary101111111000100111101010111001001111100110000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8975; }

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

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

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

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

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

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

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

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