Html Css Color HEX #BC904A Tussock

📋 copy color: '#BC904A'

red 188 ◦ green 144 ◦ blue 74

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

Shades of Tussock #BC904A

Tints of Tussock #BC904A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.47%

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

R = 46.31%
G = 35.47%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC904A (or 0xBC904A) is known color: Tussock. HEX triplet: BC, 90 and 4A. RGB value is (188,144,74). Sum of RGB (Red+Green+Blue) = 188+144+74=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC904A is #436FB5. Grayscale: #959595. Windows color (decimal): -4419510 or 4886716. OLE color: 4886716.

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

Color convert

RGB 188 144 74 -
CMYK 0 0.23 0.61 0.26
HSL 36.84º 0.46% 0.51% -
HSV(B) 36.84º 0.61% 0.74% -
XYZ 31.95 31.13 10.8 -
YUV 149.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 188 144 74 0 0.23 0.61 0.26 36.84 0.46 0.51
Hex BC 90 4A 0 17 3D 1A 25 2E 33
Octal 274 220 112 0 27 75 32 45 56 63
Binary 10111100 10010000 1001010 0 10111 111101 11010 100101 101110 110011

Color Harmonies of #BC904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC904A

Black with #BC904A

Text Example


Text Example

White with #BC904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC904A; }

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

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

background-color css

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

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

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

border-color css

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

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

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