Html Css Color HEX #BC6C01 Tenne (Tawny)

📋 copy color: '#BC6C01'

red 188 ◦ green 108 ◦ blue 1

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

Shades of Tenne (Tawny) #BC6C01

Tints of Tenne (Tawny) #BC6C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.36%

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

R = 63.3%
G = 36.36%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC6C01 (or 0xBC6C01) is known color: Tenne (Tawny). HEX triplet: BC, 6C and 01. RGB value is (188,108,1). Sum of RGB (Red+Green+Blue) = 188+108+1=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6C01 is #4393FE. Grayscale: #787878. Windows color (decimal): -4428799 or 93372. OLE color: 93372.

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

Color convert

RGB 188 108 1 -
CMYK 0 0.43 0.99 0.26
HSL 34.33º 0.99% 0.37% -
HSV(B) 34.33º 0.99% 0.74% -
XYZ 26.11 21.42 2.79 -
YUV 119.72 61 176.7 -
System Red Green Blue C M Y K H S L
Decimal 188 108 1 0 0.43 0.99 0.26 34.33 0.99 0.37
Hex BC 6C 1 0 2B 63 1A 22 63 25
Octal 274 154 1 0 53 143 32 42 143 45
Binary 10111100 1101100 1 0 101011 1100011 11010 100010 1100011 100101

Color Harmonies of #BC6C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C01

Black with #BC6C01

Text Example


Text Example

White with #BC6C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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