#BC7D70

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

Shades of Brandy Rose #BC7D70

Tints of Brandy Rose #BC7D70

Color information

#BC7D70 (or 0xBC7D70) is unknown color: approx Brandy Rose. HEX triplet: BC, 7D and 70. RGB value is (188,125,112). Sum of RGB (Red+Green+Blue) = 188+125+112=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D70 is #43828F. Grayscale: #8E8E8E. Windows color (decimal): -4424336 or 7372220. OLE color: 7372220.

HSL color Cylindrical-coordinate representation of color #BC7D70: hue angle of 10.26º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7D70 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188125112-
CMYK00.340.400.26
HSL10.26º36.19%58.82%-
HSV(B)10.26º40.43%73.73%-
XYZ3126.5318.82-
YUV142.35110.87160.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 125 (49.22% from 255) = 29.41%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=44.24%
G=29.41%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812511200.340.400.2610.2636.1958.82
HexBC7D70022281Aa243b
Octal2741751600425032124473
Binary10111100111110111100000100010101000110101010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7D70; }

 p { color: rgb(188,125,112); }

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

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

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

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

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

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

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