#BF8776

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

Shades of Brandy Rose #BF8776

Tints of Brandy Rose #BF8776

Color information

#BF8776 (or 0xBF8776) is unknown color: approx Brandy Rose. HEX triplet: BF, 87 and 76. RGB value is (191,135,118). Sum of RGB (Red+Green+Blue) = 191+135+118=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8776 is #407889. Grayscale: #959595. Windows color (decimal): -4225162 or 7767999. OLE color: 7767999.

HSL color Cylindrical-coordinate representation of color #BF8776: hue angle of 13.97º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF8776 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB191135118-
CMYK00.290.380.25
HSL13.97º36.32%60.59%-
HSV(B)13.97º38.22%74.9%-
XYZ33.4229.7121.11-
YUV149.81110.05157.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 135 (53.12% from 255) = 30.41%
BLUE value IS 118 (46.48% from 255) = 26.58%
R=43.02%
G=30.41%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113511800.290.380.2513.9736.3260.59
HexBF877601D2619e243d
Octal2772071660354631164475
Binary10111111100001111110110011101100110110011110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8776; }

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

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

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

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

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

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

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

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