#BF876D

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

Shades of Brandy Rose #BF876D

Tints of Brandy Rose #BF876D

Color information

#BF876D (or 0xBF876D) is unknown color: approx Brandy Rose. HEX triplet: BF, 87 and 6D. RGB value is (191,135,109). Sum of RGB (Red+Green+Blue) = 191+135+109=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF876D is #407892. Grayscale: #949494. Windows color (decimal): -4225171 or 7178175. OLE color: 7178175.

HSL color Cylindrical-coordinate representation of color #BF876D: hue angle of 19.02º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF876D is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB191135109-
CMYK00.290.430.25
HSL19.02º39.05%58.82%-
HSV(B)19.02º42.93%74.9%-
XYZ32.9129.5118.43-
YUV148.78105.55158.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 135 (53.12% from 255) = 31.03%
BLUE value IS 109 (42.97% from 255) = 25.06%
R=43.91%
G=31.03%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113510900.290.430.2519.0239.0558.82
HexBF876D01D2B1913273b
Octal2772071550355331234773
Binary101111111000011111011010111011010111100110011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF876D; }

 p { color: rgb(191,135,109); }

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

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

 a { background-color: rgb(191,135,109); }

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

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

 span { border-color: rgb(191,135,109); }

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