#BF8773

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

Shades of Brandy Rose #BF8773

Tints of Brandy Rose #BF8773

Color information

#BF8773 (or 0xBF8773) is unknown color: approx Brandy Rose. HEX triplet: BF, 87 and 73. RGB value is (191,135,115). Sum of RGB (Red+Green+Blue) = 191+135+115=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8773 is #40788C. Grayscale: #959595. Windows color (decimal): -4225165 or 7571391. OLE color: 7571391.

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

Color convert

RGB191135115-
CMYK00.290.400.25
HSL15.79º37.25%60%-
HSV(B)15.79º39.79%74.9%-
XYZ33.2429.6420.19-
YUV149.46108.55157.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 135 (53.12% from 255) = 30.61%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=43.31%
G=30.61%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113511500.290.400.2515.7937.2560
HexBF877301D281910253c
Octal2772071630355031204574
Binary101111111000011111100110111011010001100110000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8773; }

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

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

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

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

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

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

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

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