Html Css Color HEX #BC974D Tussock

📋 copy color: '#BC974D'

red 188 ◦ green 151 ◦ blue 77

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

Shades of Tussock #BC974D

Tints of Tussock #BC974D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.51%

R = 45.19%
G = 36.3%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC974D (or 0xBC974D) is known color: Tussock. HEX triplet: BC, 97 and 4D. RGB value is (188,151,77). Sum of RGB (Red+Green+Blue) = 188+151+77=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC974D is #4368B2. Grayscale: #999999. Windows color (decimal): -4417715 or 5085116. OLE color: 5085116.

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

Color convert

RGB 188 151 77 -
CMYK 0 0.20 0.59 0.26
HSL 40º 0.45% 0.52% -
HSV(B) 40º 0.59% 0.74% -
XYZ 33.15 33.36 11.71 -
YUV 153.63 84.76 152.52 -
System Red Green Blue C M Y K H S L
Decimal 188 151 77 0 0.20 0.59 0.26 40 0.45 0.52
Hex BC 97 4D 0 14 3B 1A 28 2D 34
Octal 274 227 115 0 24 73 32 50 55 64
Binary 10111100 10010111 1001101 0 10100 111011 11010 101000 101101 110100

Color Harmonies of #BC974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC974D

Black with #BC974D

Text Example


Text Example

White with #BC974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC974D; }

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

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

background-color css

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

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

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

border-color css

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

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

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