Html Css Color HEX #BC994F Tussock

📋 copy color: '#BC994F'

red 188 ◦ green 153 ◦ blue 79

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

Shades of Tussock #BC994F

Tints of Tussock #BC994F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.81%

R = 44.76%
G = 36.43%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC994F (or 0xBC994F) is known color: Tussock. HEX triplet: BC, 99 and 4F. RGB value is (188,153,79). Sum of RGB (Red+Green+Blue) = 188+153+79=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC994F is #4366B0. Grayscale: #9B9B9B. Windows color (decimal): -4417201 or 5216700. OLE color: 5216700.

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

Color convert

RGB 188 153 79 -
CMYK 0 0.19 0.58 0.26
HSL 40.73º 0.45% 0.52% -
HSV(B) 40.73º 0.58% 0.74% -
XYZ 33.54 34.04 12.2 -
YUV 155.03 85.1 151.52 -
System Red Green Blue C M Y K H S L
Decimal 188 153 79 0 0.19 0.58 0.26 40.73 0.45 0.52
Hex BC 99 4F 0 13 3A 1A 29 2D 34
Octal 274 231 117 0 23 72 32 51 55 64
Binary 10111100 10011001 1001111 0 10011 111010 11010 101001 101101 110100

Color Harmonies of #BC994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC994F

Black with #BC994F

Text Example


Text Example

White with #BC994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC994F; }

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

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

background-color css

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

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

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

border-color css

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

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

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