Html Css Color HEX #BC964D Tussock

📋 copy color: '#BC964D'

red 188 ◦ green 150 ◦ blue 77

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

Shades of Tussock #BC964D

Tints of Tussock #BC964D

RGB

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

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

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

R = 45.3%
G = 36.14%
B = 18.55%

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

#BC964D (or 0xBC964D) is known color: Tussock. HEX triplet: BC, 96 and 4D. RGB value is (188,150,77). Sum of RGB (Red+Green+Blue) = 188+150+77=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC964D is #4369B2. Grayscale: #999999. Windows color (decimal): -4417971 or 5084860. OLE color: 5084860.

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

Color convert

RGB 188 150 77 -
CMYK 0 0.20 0.59 0.26
HSL 39.46º 0.45% 0.52% -
HSV(B) 39.46º 0.59% 0.74% -
XYZ 32.98 33.04 11.66 -
YUV 153.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 188 150 77 0 0.20 0.59 0.26 39.46 0.45 0.52
Hex BC 96 4D 0 14 3B 1A 27 2D 34
Octal 274 226 115 0 24 73 32 47 55 64
Binary 10111100 10010110 1001101 0 10100 111011 11010 100111 101101 110100

Color Harmonies of #BC964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC964D

Black with #BC964D

Text Example


Text Example

White with #BC964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC964D; }

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

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

background-color css

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

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

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

border-color css

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

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

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