Html Css Color HEX #BC914E Tussock

📋 copy color: '#BC914E'

red 188 ◦ green 145 ◦ blue 78

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

Shades of Tussock #BC914E

Tints of Tussock #BC914E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.28%

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

R = 45.74%
G = 35.28%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC914E (or 0xBC914E) is known color: Tussock. HEX triplet: BC, 91 and 4E. RGB value is (188,145,78). Sum of RGB (Red+Green+Blue) = 188+145+78=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC914E is #436EB1. Grayscale: #969696. Windows color (decimal): -4419250 or 5149116. OLE color: 5149116.

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

Color convert

RGB 188 145 78 -
CMYK 0 0.23 0.59 0.26
HSL 36.55º 0.45% 0.52% -
HSV(B) 36.55º 0.59% 0.74% -
XYZ 32.24 31.49 11.59 -
YUV 150.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 188 145 78 0 0.23 0.59 0.26 36.55 0.45 0.52
Hex BC 91 4E 0 17 3B 1A 25 2D 34
Octal 274 221 116 0 27 73 32 45 55 64
Binary 10111100 10010001 1001110 0 10111 111011 11010 100101 101101 110100

Color Harmonies of #BC914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC914E

Black with #BC914E

Text Example


Text Example

White with #BC914E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC914E; }

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

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

background-color css

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

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

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

border-color css

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

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

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