Html Css Color HEX #BC9850 Tussock

📋 copy color: '#BC9850'

red 188 ◦ green 152 ◦ blue 80

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

Shades of Tussock #BC9850

Tints of Tussock #BC9850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

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

R = 44.76%
G = 36.19%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC9850 (or 0xBC9850) is known color: Tussock. HEX triplet: BC, 98 and 50. RGB value is (188,152,80). Sum of RGB (Red+Green+Blue) = 188+152+80=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9850 is #4367AF. Grayscale: #9A9A9A. Windows color (decimal): -4417456 or 5281980. OLE color: 5281980.

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

Color convert

RGB 188 152 80 -
CMYK 0 0.19 0.57 0.26
HSL 40º 0.45% 0.53% -
HSV(B) 40º 0.57% 0.74% -
XYZ 33.42 33.73 12.34 -
YUV 154.56 85.93 151.85 -
System Red Green Blue C M Y K H S L
Decimal 188 152 80 0 0.19 0.57 0.26 40 0.45 0.53
Hex BC 98 50 0 13 39 1A 28 2D 35
Octal 274 230 120 0 23 71 32 50 55 65
Binary 10111100 10011000 1010000 0 10011 111001 11010 101000 101101 110101

Color Harmonies of #BC9850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9850

Black with #BC9850

Text Example


Text Example

White with #BC9850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9850; }

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

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

background-color css

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

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

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

border-color css

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

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

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