Html Css Color HEX #BC964F Tussock

📋 copy color: '#BC964F'

red 188 ◦ green 150 ◦ blue 79

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

Shades of Tussock #BC964F

Tints of Tussock #BC964F

RGB

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

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

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

R = 45.08%
G = 35.97%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC964F (or 0xBC964F) is known color: Tussock. HEX triplet: BC, 96 and 4F. RGB value is (188,150,79). Sum of RGB (Red+Green+Blue) = 188+150+79=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC964F is #4369B0. Grayscale: #999999. Windows color (decimal): -4417969 or 5215932. OLE color: 5215932.

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

Color convert

RGB 188 150 79 -
CMYK 0 0.20 0.58 0.26
HSL 39.08º 0.45% 0.52% -
HSV(B) 39.08º 0.58% 0.74% -
XYZ 33.06 33.07 12.04 -
YUV 153.27 86.09 152.77 -
System Red Green Blue C M Y K H S L
Decimal 188 150 79 0 0.20 0.58 0.26 39.08 0.45 0.52
Hex BC 96 4F 0 14 3A 1A 27 2D 34
Octal 274 226 117 0 24 72 32 47 55 64
Binary 10111100 10010110 1001111 0 10100 111010 11010 100111 101101 110100

Color Harmonies of #BC964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC964F

Black with #BC964F

Text Example


Text Example

White with #BC964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC964F; }

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

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

background-color css

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

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

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

border-color css

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

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

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