#BF8B78

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

Shades of Brandy Rose #BF8B78

Tints of Brandy Rose #BF8B78

Color information

#BF8B78 (or 0xBF8B78) is unknown color: approx Brandy Rose. HEX triplet: BF, 8B and 78. RGB value is (191,139,120). Sum of RGB (Red+Green+Blue) = 191+139+120=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B78 is #407487. Grayscale: #989898. Windows color (decimal): -4224136 or 7900095. OLE color: 7900095.

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

Color convert

RGB191139120-
CMYK00.270.370.25
HSL16.06º35.68%60.98%-
HSV(B)16.06º37.17%74.9%-
XYZ34.1130.921.94-
YUV152.38109.73155.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 139 (54.69% from 255) = 30.89%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=42.44%
G=30.89%
B=26.67%

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
Decimal19113912000.270.370.2516.0635.6860.98
HexBF8B7801B251910243d
Octal2772131700334531204475
Binary101111111000101111110000110111001011100110000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B78; }

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

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

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

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

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

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

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

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