Html Css Color HEX #BC964A Tussock

📋 copy color: '#BC964A'

red 188 ◦ green 150 ◦ blue 74

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

Shades of Tussock #BC964A

Tints of Tussock #BC964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.41%

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 45.63%
G = 36.41%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC964A (or 0xBC964A) is known color: Tussock. HEX triplet: BC, 96 and 4A. RGB value is (188,150,74). Sum of RGB (Red+Green+Blue) = 188+150+74=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC964A is #4369B5. Grayscale: #999999. Windows color (decimal): -4417974 or 4888252. OLE color: 4888252.

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

Color convert

RGB 188 150 74 -
CMYK 0 0.20 0.61 0.26
HSL 40º 0.46% 0.51% -
HSV(B) 40º 0.61% 0.74% -
XYZ 32.88 33 11.11 -
YUV 152.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 188 150 74 0 0.20 0.61 0.26 40 0.46 0.51
Hex BC 96 4A 0 14 3D 1A 28 2E 33
Octal 274 226 112 0 24 75 32 50 56 63
Binary 10111100 10010110 1001010 0 10100 111101 11010 101000 101110 110011

Color Harmonies of #BC964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC964A

Black with #BC964A

Text Example


Text Example

White with #BC964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC964A; }

 p { color: rgb(188,150,74); }

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

background-color css

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

 a { background-color: rgb(188,150,74); }

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

border-color css

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

 span { border-color: rgb(188,150,74); }

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