#BC7A7A

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

Shades of Brandy Rose #BC7A7A

Tints of Brandy Rose #BC7A7A

Color information

#BC7A7A (or 0xBC7A7A) is unknown color: approx Brandy Rose. HEX triplet: BC, 7A and 7A. RGB value is (188,122,122). Sum of RGB (Red+Green+Blue) = 188+122+122=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A7A is #438585. Grayscale: #8D8D8D. Windows color (decimal): -4425094 or 8026812. OLE color: 8026812.

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

Color convert

RGB188122122-
CMYK00.350.350.26
HSL33%60.78%-
HSV(B)35.11%73.73%-
XYZ31.2126.0221.79-
YUV141.73116.87161-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 122 (48.05% from 255) = 28.24%
BLUE value IS 122 (48.05% from 255) = 28.24%
R=43.52%
G=28.24%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812212200.350.350.2603360.78
HexBC7A7A023231A0213d
Octal274172172043433204175
Binary10111100111101011110100100011100011110100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A7A; }

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

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

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

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

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

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

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

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