Html Css Color HEX #BC9050 Tussock

📋 copy color: '#BC9050'

red 188 ◦ green 144 ◦ blue 80

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

Shades of Tussock #BC9050

Tints of Tussock #BC9050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.42%

R = 45.63%
G = 34.95%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC9050 (or 0xBC9050) is known color: Tussock. HEX triplet: BC, 90 and 50. RGB value is (188,144,80). Sum of RGB (Red+Green+Blue) = 188+144+80=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9050 is #436FAF. Grayscale: #969696. Windows color (decimal): -4419504 or 5279932. OLE color: 5279932.

HSL color Cylindrical-coordinate representation of color #BC9050: hue angle of 35.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC9050 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 144 80 -
CMYK 0 0.23 0.57 0.26
HSL 35.56º 0.45% 0.53% -
HSV(B) 35.56º 0.57% 0.74% -
XYZ 32.16 31.22 11.92 -
YUV 149.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 188 144 80 0 0.23 0.57 0.26 35.56 0.45 0.53
Hex BC 90 50 0 17 39 1A 24 2D 35
Octal 274 220 120 0 27 71 32 44 55 65
Binary 10111100 10010000 1010000 0 10111 111001 11010 100100 101101 110101

Color Harmonies of #BC9050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9050

Black with #BC9050

Text Example


Text Example

White with #BC9050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9050; }

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

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

background-color css

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

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

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

border-color css

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

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

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