#BC7E74

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

Shades of Brandy Rose #BC7E74

Tints of Brandy Rose #BC7E74

Color information

#BC7E74 (or 0xBC7E74) is unknown color: approx Brandy Rose. HEX triplet: BC, 7E and 74. RGB value is (188,126,116). Sum of RGB (Red+Green+Blue) = 188+126+116=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E74 is #43818B. Grayscale: #8F8F8F. Windows color (decimal): -4424076 or 7634620. OLE color: 7634620.

HSL color Cylindrical-coordinate representation of color #BC7E74: hue angle of 8.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7E74 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB188126116-
CMYK00.330.380.26
HSL8.33º34.95%59.61%-
HSV(B)8.33º38.3%73.73%-
XYZ31.3526.8720.06-
YUV143.4112.54159.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 126 (49.61% from 255) = 29.30%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=43.72%
G=29.30%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812611600.330.380.268.3334.9559.61
HexBC7E74021261A8233c
Octal2741761640414632104374
Binary10111100111111011101000100001100110110101000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E74; }

 p { color: rgb(188,126,116); }

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

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

 a { background-color: rgb(188,126,116); }

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

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

 span { border-color: rgb(188,126,116); }

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