#BF8A79

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

Shades of Brandy Rose #BF8A79

Tints of Brandy Rose #BF8A79

Color information

#BF8A79 (or 0xBF8A79) is unknown color: approx Brandy Rose. HEX triplet: BF, 8A and 79. RGB value is (191,138,121). Sum of RGB (Red+Green+Blue) = 191+138+121=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A79 is #407586. Grayscale: #989898. Windows color (decimal): -4224391 or 7965375. OLE color: 7965375.

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

Color convert

RGB191138121-
CMYK00.280.370.25
HSL14.57º35.35%61.18%-
HSV(B)14.57º36.65%74.9%-
XYZ34.0330.6322.21-
YUV151.91110.56155.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 138 (54.30% from 255) = 30.67%
BLUE value IS 121 (47.66% from 255) = 26.89%
R=42.44%
G=30.67%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113812100.280.370.2514.5735.3561.18
HexBF8A7901C2519f233d
Octal2772121710344531174375
Binary10111111100010101111001011100100101110011111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A79; }

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

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

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

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

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

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

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

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