#bc974f

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

Shades of Tussock #BC974F

Tints of Tussock #BC974F

Color information

#BC974F (or 0xBC974F) is unknown color: approx Tussock. HEX triplet: BC, 97 and 4F. RGB value is (188,151,79). Sum of RGB (Red+Green+Blue) = 188+151+79=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC974F is #4368B0. Grayscale: #9A9A9A. Windows color (decimal): -4417713 or 5216188. OLE color: 5216188.

HSL color Cylindrical-coordinate representation of color #BC974F: hue angle of 39.63º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC974F is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18815179-
CMYK00.200.580.26
HSL39.63º44.86%52.35%-
HSV(B)39.63º57.98%73.73%-
XYZ33.2233.3912.09-
YUV153.8585.76152.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 151 (59.38% from 255) = 36.12%
BLUE value IS 79 (31.25% from 255) = 18.90%
R=44.98%
G=36.12%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881517900.200.580.2639.6344.8652.35
HexBC974F0143A1A282d34
Octal2742271170247232505564
Binary1011110010010111100111101010011101011010101000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc974f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc974f; }

 p { color: rgb(188,151,79); }

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

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

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

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

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

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

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