Html Css Color HEX #BC6900 Tenne (Tawny)

📋 copy color: '#BC6900'

red 188 ◦ green 105 ◦ blue 0

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

Shades of Tenne (Tawny) #BC6900

Tints of Tenne (Tawny) #BC6900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.84%

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

R = 64.16%
G = 35.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC6900 (or 0xBC6900) is known color: Tenne (Tawny). HEX triplet: BC, 69 and 00. RGB value is (188,105,0). Sum of RGB (Red+Green+Blue) = 188+105+0=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6900 is #4396FF. Grayscale: #767676. Windows color (decimal): -4429568 or 27068. OLE color: 27068.

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

Color convert

RGB 188 105 0 -
CMYK 0 0.44 1 0.26
HSL 33.51º 1% 0.37% -
HSV(B) 33.51º 1% 0.74% -
XYZ 25.79 20.79 2.65 -
YUV 117.85 61.5 178.04 -
System Red Green Blue C M Y K H S L
Decimal 188 105 0 0 0.44 1 0.26 33.51 1 0.37
Hex BC 69 0 0 2C 64 1A 22 64 25
Octal 274 151 0 0 54 144 32 42 144 45
Binary 10111100 1101001 0 0 101100 1100100 11010 100010 1100100 100101

Color Harmonies of #BC6900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6900

Black with #BC6900

Text Example


Text Example

White with #BC6900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6900; }

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

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

background-color css

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

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

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

border-color css

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

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

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