Html Css Color HEX #BC9449 Tussock

📋 copy color: '#BC9449'

red 188 ◦ green 148 ◦ blue 73

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

Shades of Tussock #BC9449

Tints of Tussock #BC9449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.85%

R = 45.97%
G = 36.19%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC9449 (or 0xBC9449) is known color: Tussock. HEX triplet: BC, 94 and 49. RGB value is (188,148,73). Sum of RGB (Red+Green+Blue) = 188+148+73=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9449 is #436BB6. Grayscale: #979797. Windows color (decimal): -4418487 or 4822204. OLE color: 4822204.

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

Color convert

RGB 188 148 73 -
CMYK 0 0.21 0.61 0.26
HSL 39.13º 0.46% 0.51% -
HSV(B) 39.13º 0.61% 0.74% -
XYZ 32.53 32.35 10.83 -
YUV 151.41 83.75 154.1 -
System Red Green Blue C M Y K H S L
Decimal 188 148 73 0 0.21 0.61 0.26 39.13 0.46 0.51
Hex BC 94 49 0 15 3D 1A 27 2E 33
Octal 274 224 111 0 25 75 32 47 56 63
Binary 10111100 10010100 1001001 0 10101 111101 11010 100111 101110 110011

Color Harmonies of #BC9449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9449

Black with #BC9449

Text Example


Text Example

White with #BC9449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9449; }

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

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

background-color css

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

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

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

border-color css

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

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

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