#BC817C

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

Shades of Brandy Rose #BC817C

Tints of Brandy Rose #BC817C

Color information

#BC817C (or 0xBC817C) is unknown color: approx Brandy Rose. HEX triplet: BC, 81 and 7C. RGB value is (188,129,124). Sum of RGB (Red+Green+Blue) = 188+129+124=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC817C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC817C is #437E83. Grayscale: #929292. Windows color (decimal): -4423300 or 8159676. OLE color: 8159676.

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

Color convert

RGB188129124-
CMYK00.310.340.26
HSL4.69º32.32%61.18%-
HSV(B)4.69º34.04%73.73%-
XYZ32.2327.8522.75-
YUV146.07115.55157.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 129 (50.78% from 255) = 29.25%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=42.63%
G=29.25%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812912400.310.340.264.6932.3261.18
HexBC817C01F221A5203d
Octal274201174037423254075
Binary1011110010000001111110001111110001011010101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC817C; }

 p { color: rgb(188,129,124); }

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

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

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

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

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

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

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