#BF8770

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

Shades of Brandy Rose #BF8770

Tints of Brandy Rose #BF8770

Color information

#BF8770 (or 0xBF8770) is unknown color: approx Brandy Rose. HEX triplet: BF, 87 and 70. RGB value is (191,135,112). Sum of RGB (Red+Green+Blue) = 191+135+112=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8770 is #40788F. Grayscale: #959595. Windows color (decimal): -4225168 or 7374783. OLE color: 7374783.

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

Color convert

RGB191135112-
CMYK00.290.410.25
HSL17.47º38.16%59.41%-
HSV(B)17.47º41.36%74.9%-
XYZ33.0729.5719.29-
YUV149.12107.05157.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 135 (53.12% from 255) = 30.82%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=43.61%
G=30.82%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113511200.290.410.2517.4738.1659.41
HexBF877001D291911263b
Octal2772071600355131214673
Binary101111111000011111100000111011010011100110001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8770; }

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

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

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

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

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

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

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

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