#BF8B79

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

Shades of Brandy Rose #BF8B79

Tints of Brandy Rose #BF8B79

Color information

#BF8B79 (or 0xBF8B79) is unknown color: approx Brandy Rose. HEX triplet: BF, 8B and 79. RGB value is (191,139,121). Sum of RGB (Red+Green+Blue) = 191+139+121=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B79 is #407486. Grayscale: #989898. Windows color (decimal): -4224135 or 7965631. OLE color: 7965631.

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

Color convert

RGB191139121-
CMYK00.270.370.25
HSL15.43º35.35%61.18%-
HSV(B)15.43º36.65%74.9%-
XYZ34.1730.9222.26-
YUV152.5110.23155.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 121 (47.66% from 255) = 26.83%
R=42.35%
G=30.82%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113912100.270.370.2515.4335.3561.18
HexBF8B7901B2519f233d
Octal2772131710334531174375
Binary10111111100010111111001011011100101110011111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B79; }

 p { color: rgb(191,139,121); }

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

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

 a { background-color: rgb(191,139,121); }

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

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

 span { border-color: rgb(191,139,121); }

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