#BC7F7A

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

Shades of Brandy Rose #BC7F7A

Tints of Brandy Rose #BC7F7A

Color information

#BC7F7A (or 0xBC7F7A) is unknown color: approx Brandy Rose. HEX triplet: BC, 7F and 7A. RGB value is (188,127,122). Sum of RGB (Red+Green+Blue) = 188+127+122=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F7A is #438085. Grayscale: #909090. Windows color (decimal): -4423814 or 8028092. OLE color: 8028092.

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

Color convert

RGB188127122-
CMYK00.320.350.26
HSL4.55º33%60.78%-
HSV(B)4.55º35.11%73.73%-
XYZ31.8427.2822-
YUV144.67115.21158.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=43.02%
G=29.06%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812712200.320.350.264.553360.78
HexBC7F7A020231A5213d
Octal274177172040433254175
Binary1011110011111111111010010000010001111010101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F7A; }

 p { color: rgb(188,127,122); }

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

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

 a { background-color: rgb(188,127,122); }

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

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

 span { border-color: rgb(188,127,122); }

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