Html Css Color HEX #BC9A50 Tussock

📋 copy color: '#BC9A50'

red 188 ◦ green 154 ◦ blue 80

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

Shades of Tussock #BC9A50

Tints of Tussock #BC9A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.49%

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

R = 44.55%
G = 36.49%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC9A50 (or 0xBC9A50) is known color: Tussock. HEX triplet: BC, 9A and 50. RGB value is (188,154,80). Sum of RGB (Red+Green+Blue) = 188+154+80=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A50 is #4365AF. Grayscale: #9C9C9C. Windows color (decimal): -4416944 or 5282492. OLE color: 5282492.

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

Color convert

RGB 188 154 80 -
CMYK 0 0.18 0.57 0.26
HSL 41.11º 0.45% 0.53% -
HSV(B) 41.11º 0.57% 0.74% -
XYZ 33.74 34.38 12.45 -
YUV 155.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 188 154 80 0 0.18 0.57 0.26 41.11 0.45 0.53
Hex BC 9A 50 0 12 39 1A 29 2D 35
Octal 274 232 120 0 22 71 32 51 55 65
Binary 10111100 10011010 1010000 0 10010 111001 11010 101001 101101 110101

Color Harmonies of #BC9A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A50

Black with #BC9A50

Text Example


Text Example

White with #BC9A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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