Html Css Color HEX #BC9046 Tussock

📋 copy color: '#BC9046'

red 188 ◦ green 144 ◦ blue 70

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

Shades of Tussock #BC9046

Tints of Tussock #BC9046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.41%

R = 46.77%
G = 35.82%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC9046 (or 0xBC9046) is known color: Tussock. HEX triplet: BC, 90 and 46. RGB value is (188,144,70). Sum of RGB (Red+Green+Blue) = 188+144+70=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9046 is #436FB9. Grayscale: #959595. Windows color (decimal): -4419514 or 4624572. OLE color: 4624572.

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

Color convert

RGB 188 144 70 -
CMYK 0 0.23 0.63 0.26
HSL 37.63º 0.47% 0.51% -
HSV(B) 37.63º 0.63% 0.74% -
XYZ 31.82 31.08 10.12 -
YUV 148.72 83.58 156.02 -
System Red Green Blue C M Y K H S L
Decimal 188 144 70 0 0.23 0.63 0.26 37.63 0.47 0.51
Hex BC 90 46 0 17 3F 1A 26 2F 33
Octal 274 220 106 0 27 77 32 46 57 63
Binary 10111100 10010000 1000110 0 10111 111111 11010 100110 101111 110011

Color Harmonies of #BC9046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9046

Black with #BC9046

Text Example


Text Example

White with #BC9046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9046; }

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

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

background-color css

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

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

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

border-color css

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

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

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