#bf7f74

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

Shades of Brandy Rose #BF7F74

Tints of Brandy Rose #BF7F74

Color information

#BF7F74 (or 0xBF7F74) is unknown color: approx Brandy Rose. HEX triplet: BF, 7F and 74. RGB value is (191,127,116). Sum of RGB (Red+Green+Blue) = 191+127+116=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F74 is #40808B. Grayscale: #909090. Windows color (decimal): -4227212 or 7634879. OLE color: 7634879.

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

Color convert

RGB191127116-
CMYK00.340.390.25
HSL8.8º36.95%60.2%-
HSV(B)8.8º39.27%74.9%-
XYZ32.2327.5220.14-
YUV144.88111.7160.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=44.01%
G=29.26%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112711600.340.390.258.836.9560.2
HexBF7F7402227199253c
Octal2771771640424731114574
Binary10111111111111111101000100010100111110011001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf7f74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf7f74; }

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

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

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

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

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

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

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

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