#BF8373

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

Shades of Brandy Rose #BF8373

Tints of Brandy Rose #BF8373

Color information

#BF8373 (or 0xBF8373) is unknown color: approx Brandy Rose. HEX triplet: BF, 83 and 73. RGB value is (191,131,115). Sum of RGB (Red+Green+Blue) = 191+131+115=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8373 is #407C8C. Grayscale: #939393. Windows color (decimal): -4226189 or 7570367. OLE color: 7570367.

HSL color Cylindrical-coordinate representation of color #BF8373: hue angle of 12.63º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF8373 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB191131115-
CMYK00.310.400.25
HSL12.63º37.25%60%-
HSV(B)12.63º39.79%74.9%-
XYZ32.728.5520.01-
YUV147.12109.88159.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 131 (51.56% from 255) = 29.98%
BLUE value IS 115 (45.31% from 255) = 26.32%
R=43.71%
G=29.98%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113111500.310.400.2512.6337.2560
HexBF837301F2819d253c
Octal2772031630375031154574
Binary10111111100000111110011011111101000110011101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8373; }

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

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

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

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

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

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

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

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