Html Css Color HEX #BC974C Tussock

📋 copy color: '#BC974C'

red 188 ◦ green 151 ◦ blue 76

#BC974C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tussock #BC974C

Tints of Tussock #BC974C

RGB

 RED value IS 188 (73.83% from 255) = 45.3%

 GREEN value IS 151 (59.38% from 255) = 36.39%

 BLUE value IS 76 (30.08% from 255) = 18.31%

R = 45.3%
G = 36.39%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC974C (or 0xBC974C) is known color: Tussock. HEX triplet: BC, 97 and 4C. RGB value is (188,151,76). Sum of RGB (Red+Green+Blue) = 188+151+76=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC974C is #4368B3. Grayscale: #999999. Windows color (decimal): -4417716 or 5019580. OLE color: 5019580.

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

Color convert

RGB 188 151 76 -
CMYK 0 0.20 0.60 0.26
HSL 40.18º 0.46% 0.52% -
HSV(B) 40.18º 0.6% 0.74% -
XYZ 33.11 33.35 11.53 -
YUV 153.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 188 151 76 0 0.20 0.60 0.26 40.18 0.46 0.52
Hex BC 97 4C 0 14 3C 1A 28 2E 34
Octal 274 227 114 0 24 74 32 50 56 64
Binary 10111100 10010111 1001100 0 10100 111100 11010 101000 101110 110100

Color Harmonies of #BC974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC974C

Black with #BC974C

Text Example


Text Example

White with #BC974C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC974C; }

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

 H1.HeaderClassName
 {
   color: #BC974C;
 }
 .AnyTagClassName
 {
   color: #BC974C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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