#BC8070

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

Shades of Brandy Rose #BC8070

Tints of Brandy Rose #BC8070

Color information

#BC8070 (or 0xBC8070) is unknown color: approx Brandy Rose. HEX triplet: BC, 80 and 70. RGB value is (188,128,112). Sum of RGB (Red+Green+Blue) = 188+128+112=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8070 is #437F8F. Grayscale: #909090. Windows color (decimal): -4423568 or 7372988. OLE color: 7372988.

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

Color convert

RGB188128112-
CMYK00.320.400.26
HSL12.63º36.19%58.82%-
HSV(B)12.63º40.43%73.73%-
XYZ31.3827.318.94-
YUV144.12109.88159.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.93%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=43.93%
G=29.91%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812811200.320.400.2612.6336.1958.82
HexBC8070020281Ad243b
Octal2742001600405032154473
Binary101111001000000011100000100000101000110101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8070; }

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

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

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

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

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

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

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

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