Html Css Color HEX #BC6700 Tenne (Tawny)

📋 copy color: '#BC6700'

red 188 ◦ green 103 ◦ blue 0

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

Shades of Tenne (Tawny) #BC6700

Tints of Tenne (Tawny) #BC6700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.4%

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

R = 64.6%
G = 35.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC6700 (or 0xBC6700) is known color: Tenne (Tawny). HEX triplet: BC, 67 and 00. RGB value is (188,103,0). Sum of RGB (Red+Green+Blue) = 188+103+0=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6700 is #4398FF. Grayscale: #757575. Windows color (decimal): -4430080 or 26556. OLE color: 26556.

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

Color convert

RGB 188 103 0 -
CMYK 0 0.45 1 0.26
HSL 32.87º 1% 0.37% -
HSV(B) 32.87º 1% 0.74% -
XYZ 25.59 20.39 2.59 -
YUV 116.67 62.16 178.88 -
System Red Green Blue C M Y K H S L
Decimal 188 103 0 0 0.45 1 0.26 32.87 1 0.37
Hex BC 67 0 0 2D 64 1A 21 64 25
Octal 274 147 0 0 55 144 32 41 144 45
Binary 10111100 1100111 0 0 101101 1100100 11010 100001 1100100 100101

Color Harmonies of #BC6700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6700

Black with #BC6700

Text Example


Text Example

White with #BC6700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6700; }

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

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

background-color css

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

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

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

border-color css

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

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

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