#BF8075

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

Shades of Brandy Rose #BF8075

Tints of Brandy Rose #BF8075

Color information

#BF8075 (or 0xBF8075) is unknown color: approx Brandy Rose. HEX triplet: BF, 80 and 75. RGB value is (191,128,117). Sum of RGB (Red+Green+Blue) = 191+128+117=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8075 is #407F8A. Grayscale: #919191. Windows color (decimal): -4226955 or 7700671. OLE color: 7700671.

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

Color convert

RGB191128117-
CMYK00.330.390.25
HSL8.92º36.63%60.39%-
HSV(B)8.92º38.74%74.9%-
XYZ32.4227.820.49-
YUV145.58111.87160.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=43.81%
G=29.36%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112811700.330.390.258.9236.6360.39
HexBF807502127199253c
Octal2772001650414731114574
Binary101111111000000011101010100001100111110011001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8075; }

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

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

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

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

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

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

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

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