#BF867D

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

Shades of Brandy Rose #BF867D

Tints of Brandy Rose #BF867D

Color information

#BF867D (or 0xBF867D) is unknown color: approx Brandy Rose. HEX triplet: BF, 86 and 7D. RGB value is (191,134,125). Sum of RGB (Red+Green+Blue) = 191+134+125=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF867D is #407982. Grayscale: #969696. Windows color (decimal): -4225411 or 8226495. OLE color: 8226495.

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

Color convert

RGB191134125-
CMYK00.300.350.25
HSL8.18º34.02%61.96%-
HSV(B)8.18º34.55%74.9%-
XYZ33.7129.6123.34-
YUV150.02113.88157.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 125 (49.22% from 255) = 27.78%
R=42.44%
G=29.78%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113412500.300.350.258.1834.0261.96
HexBF867D01E23198223e
Octal2772061750364331104276
Binary10111111100001101111101011110100011110011000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF867D; }

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

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

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

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

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

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

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

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