#BF8875

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

Shades of Brandy Rose #BF8875

Tints of Brandy Rose #BF8875

Color information

#BF8875 (or 0xBF8875) is unknown color: approx Brandy Rose. HEX triplet: BF, 88 and 75. RGB value is (191,136,117). Sum of RGB (Red+Green+Blue) = 191+136+117=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8875 is #40778A. Grayscale: #969696. Windows color (decimal): -4224907 or 7702719. OLE color: 7702719.

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

Color convert

RGB191136117-
CMYK00.290.390.25
HSL15.41º36.63%60.39%-
HSV(B)15.41º38.74%74.9%-
XYZ33.529.9720.85-
YUV150.28109.22157.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=43.02%
G=30.63%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113611700.290.390.2515.4136.6360.39
HexBF887501D2719f253c
Octal2772101650354731174574
Binary10111111100010001110101011101100111110011111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8875; }

 p { color: rgb(191,136,117); }

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

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

 a { background-color: rgb(191,136,117); }

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

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

 span { border-color: rgb(191,136,117); }

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