Html Css Color HEX #BC6100 Tenne (Tawny)

📋 copy color: '#BC6100'

red 188 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #BC6100

Tints of Tenne (Tawny) #BC6100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.96%
G = 34.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC6100 (or 0xBC6100) is known color: Tenne (Tawny). HEX triplet: BC, 61 and 00. RGB value is (188,97,0). Sum of RGB (Red+Green+Blue) = 188+97+0=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6100 is #439EFF. Grayscale: #717171. Windows color (decimal): -4431616 or 25020. OLE color: 25020.

HSL color Cylindrical-coordinate representation of color #BC6100: hue angle of 30.96º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC6100 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 97 0 -
CMYK 0 0.48 1 0.26
HSL 30.96º 1% 0.37% -
HSV(B) 30.96º 1% 0.74% -
XYZ 25.01 19.24 2.4 -
YUV 113.15 64.15 181.39 -
System Red Green Blue C M Y K H S L
Decimal 188 97 0 0 0.48 1 0.26 30.96 1 0.37
Hex BC 61 0 0 30 64 1A 1F 64 25
Octal 274 141 0 0 60 144 32 37 144 45
Binary 10111100 1100001 0 0 110000 1100100 11010 11111 1100100 100101

Color Harmonies of #BC6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6100

Black with #BC6100

Text Example


Text Example

White with #BC6100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6100; }

 p { color: rgb(188,97,0); }

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

background-color css

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

 a { background-color: rgb(188,97,0); }

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

border-color css

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

 span { border-color: rgb(188,97,0); }

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