#BF877D

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

Shades of Brandy Rose #BF877D

Tints of Brandy Rose #BF877D

Color information

#BF877D (or 0xBF877D) is unknown color: approx Brandy Rose. HEX triplet: BF, 87 and 7D. RGB value is (191,135,125). Sum of RGB (Red+Green+Blue) = 191+135+125=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF877D is #407882. Grayscale: #969696. Windows color (decimal): -4225155 or 8226751. OLE color: 8226751.

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

Color convert

RGB191135125-
CMYK00.290.350.25
HSL9.09º34.02%61.96%-
HSV(B)9.09º34.55%74.9%-
XYZ33.8529.8823.39-
YUV150.6113.55156.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 135 (53.12% from 255) = 29.93%
BLUE value IS 125 (49.22% from 255) = 27.72%
R=42.35%
G=29.93%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113512500.290.350.259.0934.0261.96
HexBF877D01D23199223e
Octal2772071750354331114276
Binary10111111100001111111101011101100011110011001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF877D; }

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

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

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

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

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

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

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

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