#BF7C7C

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

Shades of Brandy Rose #BF7C7C

Tints of Brandy Rose #BF7C7C

Color information

#BF7C7C (or 0xBF7C7C) is unknown color: approx Brandy Rose. HEX triplet: BF, 7C and 7C. RGB value is (191,124,124). Sum of RGB (Red+Green+Blue) = 191+124+124=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7C7C is #408383. Grayscale: #909090. Windows color (decimal): -4227972 or 8158399. OLE color: 8158399.

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

Color convert

RGB191124124-
CMYK00.350.350.25
HSL34.36%61.76%-
HSV(B)35.08%74.9%-
XYZ32.3326.9522.57-
YUV144.03116.7161.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 124 (48.83% from 255) = 28.25%
BLUE value IS 124 (48.83% from 255) = 28.25%
R=43.51%
G=28.25%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112412400.350.350.25034.3661.76
HexBF7C7C02323190223e
Octal277174174043433104276
Binary10111111111110011111000100011100011110010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C7C; }

 p { color: rgb(191,124,124); }

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

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

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

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

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

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

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