Html Css Color HEX #BC994E Tussock

📋 copy color: '#BC994E'

red 188 ◦ green 153 ◦ blue 78

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

Shades of Tussock #BC994E

Tints of Tussock #BC994E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.52%

 BLUE value IS 78 (30.86% from 255) = 18.62%

R = 44.87%
G = 36.52%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC994E (or 0xBC994E) is known color: Tussock. HEX triplet: BC, 99 and 4E. RGB value is (188,153,78). Sum of RGB (Red+Green+Blue) = 188+153+78=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC994E is #4366B1. Grayscale: #9B9B9B. Windows color (decimal): -4417202 or 5151164. OLE color: 5151164.

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

Color convert

RGB 188 153 78 -
CMYK 0 0.19 0.59 0.26
HSL 40.91º 0.45% 0.52% -
HSV(B) 40.91º 0.59% 0.74% -
XYZ 33.51 34.02 12.01 -
YUV 154.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 188 153 78 0 0.19 0.59 0.26 40.91 0.45 0.52
Hex BC 99 4E 0 13 3B 1A 29 2D 34
Octal 274 231 116 0 23 73 32 51 55 64
Binary 10111100 10011001 1001110 0 10011 111011 11010 101001 101101 110100

Color Harmonies of #BC994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC994E

Black with #BC994E

Text Example


Text Example

White with #BC994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC994E; }

 p { color: rgb(188,153,78); }

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

background-color css

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

 a { background-color: rgb(188,153,78); }

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

border-color css

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

 span { border-color: rgb(188,153,78); }

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