Html Css Color HEX #BC6404 Tenne (Tawny)

📋 copy color: '#BC6404'

red 188 ◦ green 100 ◦ blue 4

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

Shades of Tenne (Tawny) #BC6404

Tints of Tenne (Tawny) #BC6404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.25%

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 64.38%
G = 34.25%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC6404 (or 0xBC6404) is known color: Tenne (Tawny). HEX triplet: BC, 64 and 04. RGB value is (188,100,4). Sum of RGB (Red+Green+Blue) = 188+100+4=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6404 is #439BFB. Grayscale: #737373. Windows color (decimal): -4430844 or 287932. OLE color: 287932.

HSL color Cylindrical-coordinate representation of color #BC6404: hue angle of 31.3º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC6404 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 100 4 -
CMYK 0 0.47 0.98 0.26
HSL 31.3º 0.96% 0.38% -
HSV(B) 31.3º 0.98% 0.74% -
XYZ 25.32 19.81 2.61 -
YUV 115.37 65.15 179.81 -
System Red Green Blue C M Y K H S L
Decimal 188 100 4 0 0.47 0.98 0.26 31.3 0.96 0.38
Hex BC 64 4 0 2F 62 1A 1F 60 26
Octal 274 144 4 0 57 142 32 37 140 46
Binary 10111100 1100100 100 0 101111 1100010 11010 11111 1100000 100110

Color Harmonies of #BC6404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6404

Black with #BC6404

Text Example


Text Example

White with #BC6404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6404; }

 p { color: rgb(188,100,4); }

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

background-color css

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

 a { background-color: rgb(188,100,4); }

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

border-color css

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

 span { border-color: rgb(188,100,4); }

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