Html Css Color HEX #BC6104 Tenne (Tawny)

📋 copy color: '#BC6104'

red 188 ◦ green 97 ◦ blue 4

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

Shades of Tenne (Tawny) #BC6104

Tints of Tenne (Tawny) #BC6104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.56%

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

R = 65.05%
G = 33.56%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC6104 (or 0xBC6104) is known color: Tenne (Tawny). HEX triplet: BC, 61 and 04. RGB value is (188,97,4). Sum of RGB (Red+Green+Blue) = 188+97+4=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6104 is #439EFB. Grayscale: #727272. Windows color (decimal): -4431612 or 287164. OLE color: 287164.

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

Color convert

RGB 188 97 4 -
CMYK 0 0.48 0.98 0.26
HSL 30.33º 0.96% 0.38% -
HSV(B) 30.33º 0.98% 0.74% -
XYZ 25.04 19.25 2.51 -
YUV 113.61 66.15 181.06 -
System Red Green Blue C M Y K H S L
Decimal 188 97 4 0 0.48 0.98 0.26 30.33 0.96 0.38
Hex BC 61 4 0 30 62 1A 1E 60 26
Octal 274 141 4 0 60 142 32 36 140 46
Binary 10111100 1100001 100 0 110000 1100010 11010 11110 1100000 100110

Color Harmonies of #BC6104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6104

Black with #BC6104

Text Example


Text Example

White with #BC6104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6104; }

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

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

background-color css

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

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

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

border-color css

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

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

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