Html Css Color HEX #BC944F Tussock

📋 copy color: '#BC944F'

red 188 ◦ green 148 ◦ blue 79

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

Shades of Tussock #BC944F

Tints of Tussock #BC944F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.66%

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

R = 45.3%
G = 35.66%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC944F (or 0xBC944F) is known color: Tussock. HEX triplet: BC, 94 and 4F. RGB value is (188,148,79). Sum of RGB (Red+Green+Blue) = 188+148+79=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC944F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC944F is #436BB0. Grayscale: #989898. Windows color (decimal): -4418481 or 5215420. OLE color: 5215420.

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

Color convert

RGB 188 148 79 -
CMYK 0 0.21 0.58 0.26
HSL 37.98º 0.45% 0.52% -
HSV(B) 37.98º 0.58% 0.74% -
XYZ 32.74 32.44 11.93 -
YUV 152.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 188 148 79 0 0.21 0.58 0.26 37.98 0.45 0.52
Hex BC 94 4F 0 15 3A 1A 26 2D 34
Octal 274 224 117 0 25 72 32 46 55 64
Binary 10111100 10010100 1001111 0 10101 111010 11010 100110 101101 110100

Color Harmonies of #BC944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC944F

Black with #BC944F

Text Example


Text Example

White with #BC944F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC944F; }

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

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

background-color css

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

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

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

border-color css

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

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

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