#BF7F6C

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

Shades of Brandy Rose #BF7F6C

Tints of Brandy Rose #BF7F6C

Color information

#BF7F6C (or 0xBF7F6C) is unknown color: approx Brandy Rose. HEX triplet: BF, 7F and 6C. RGB value is (191,127,108). Sum of RGB (Red+Green+Blue) = 191+127+108=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F6C is #408093. Grayscale: #909090. Windows color (decimal): -4227220 or 7110591. OLE color: 7110591.

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

Color convert

RGB191127108-
CMYK00.340.430.25
HSL13.73º39.34%58.63%-
HSV(B)13.73º43.46%74.9%-
XYZ31.7827.3417.79-
YUV143.97107.7161.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 108 (42.58% from 255) = 25.35%
R=44.84%
G=29.81%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112710800.340.430.2513.7339.3458.63
HexBF7F6C0222B19e273b
Octal2771771540425331164773
Binary10111111111111111011000100010101011110011110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F6C; }

 p { color: rgb(191,127,108); }

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

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

 a { background-color: rgb(191,127,108); }

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

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

 span { border-color: rgb(191,127,108); }

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