Html Css Color HEX #BC9250 Tussock

📋 copy color: '#BC9250'

red 188 ◦ green 146 ◦ blue 80

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

Shades of Tussock #BC9250

Tints of Tussock #BC9250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.27%

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

R = 45.41%
G = 35.27%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC9250 (or 0xBC9250) is known color: Tussock. HEX triplet: BC, 92 and 50. RGB value is (188,146,80). Sum of RGB (Red+Green+Blue) = 188+146+80=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9250 is #436DAF. Grayscale: #979797. Windows color (decimal): -4418992 or 5280444. OLE color: 5280444.

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

Color convert

RGB 188 146 80 -
CMYK 0 0.22 0.57 0.26
HSL 36.67º 0.45% 0.53% -
HSV(B) 36.67º 0.57% 0.74% -
XYZ 32.47 31.83 12.02 -
YUV 151.03 87.91 154.37 -
System Red Green Blue C M Y K H S L
Decimal 188 146 80 0 0.22 0.57 0.26 36.67 0.45 0.53
Hex BC 92 50 0 16 39 1A 25 2D 35
Octal 274 222 120 0 26 71 32 45 55 65
Binary 10111100 10010010 1010000 0 10110 111001 11010 100101 101101 110101

Color Harmonies of #BC9250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9250

Black with #BC9250

Text Example


Text Example

White with #BC9250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9250; }

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

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

background-color css

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

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

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

border-color css

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

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

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