#BF8377

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

Shades of Brandy Rose #BF8377

Tints of Brandy Rose #BF8377

Color information

#BF8377 (or 0xBF8377) is unknown color: approx Brandy Rose. HEX triplet: BF, 83 and 77. RGB value is (191,131,119). Sum of RGB (Red+Green+Blue) = 191+131+119=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8377 is #407C88. Grayscale: #939393. Windows color (decimal): -4226185 or 7832511. OLE color: 7832511.

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

Color convert

RGB191131119-
CMYK00.310.380.25
HSL10º36%60.78%-
HSV(B)10º37.7%74.9%-
XYZ32.9328.6421.25-
YUV147.57111.88158.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 131 (51.56% from 255) = 29.71%
BLUE value IS 119 (46.88% from 255) = 26.98%
R=43.31%
G=29.71%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113111900.310.380.25103660.78
HexBF837701F2619a243d
Octal2772031670374631124475
Binary10111111100000111110111011111100110110011010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8377; }

 p { color: rgb(191,131,119); }

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

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

 a { background-color: rgb(191,131,119); }

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

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

 span { border-color: rgb(191,131,119); }

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