#BC8074

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

Shades of Brandy Rose #BC8074

Tints of Brandy Rose #BC8074

Color information

#BC8074 (or 0xBC8074) is unknown color: approx Brandy Rose. HEX triplet: BC, 80 and 74. RGB value is (188,128,116). Sum of RGB (Red+Green+Blue) = 188+128+116=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8074 is #437F8B. Grayscale: #909090. Windows color (decimal): -4423564 or 7635132. OLE color: 7635132.

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

Color convert

RGB188128116-
CMYK00.320.380.26
HSL10º34.95%59.61%-
HSV(B)10º38.3%73.73%-
XYZ31.6127.3920.14-
YUV144.57111.88158.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 116 (45.70% from 255) = 26.85%
R=43.52%
G=29.63%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812811600.320.380.261034.9559.61
HexBC8074020261Aa233c
Octal2742001640404632124374
Binary101111001000000011101000100000100110110101010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8074; }

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

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

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

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

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

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

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

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