Html Css Color HEX #BC6801 Tenne (Tawny)

📋 copy color: '#BC6801'

red 188 ◦ green 104 ◦ blue 1

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

Shades of Tenne (Tawny) #BC6801

Tints of Tenne (Tawny) #BC6801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.49%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 64.16%
G = 35.49%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC6801 (or 0xBC6801) is known color: Tenne (Tawny). HEX triplet: BC, 68 and 01. RGB value is (188,104,1). Sum of RGB (Red+Green+Blue) = 188+104+1=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6801 is #4397FE. Grayscale: #757575. Windows color (decimal): -4429823 or 92348. OLE color: 92348.

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

Color convert

RGB 188 104 1 -
CMYK 0 0.45 0.99 0.26
HSL 33.05º 0.99% 0.37% -
HSV(B) 33.05º 0.99% 0.74% -
XYZ 25.69 20.59 2.65 -
YUV 117.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 188 104 1 0 0.45 0.99 0.26 33.05 0.99 0.37
Hex BC 68 1 0 2D 63 1A 21 63 25
Octal 274 150 1 0 55 143 32 41 143 45
Binary 10111100 1101000 1 0 101101 1100011 11010 100001 1100011 100101

Color Harmonies of #BC6801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6801

Black with #BC6801

Text Example


Text Example

White with #BC6801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6801; }

 p { color: rgb(188,104,1); }

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

background-color css

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

 a { background-color: rgb(188,104,1); }

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

border-color css

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

 span { border-color: rgb(188,104,1); }

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