Html Css Color HEX #BC5104 Tenne (Tawny)

📋 copy color: '#BC5104'

red 188 ◦ green 81 ◦ blue 4

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

Shades of Tenne (Tawny) #BC5104

Tints of Tenne (Tawny) #BC5104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.67%

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

R = 68.86%
G = 29.67%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC5104 (or 0xBC5104) is known color: Tenne (Tawny). HEX triplet: BC, 51 and 04. RGB value is (188,81,4). Sum of RGB (Red+Green+Blue) = 188+81+4=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5104 is #43AEFB. Grayscale: #686868. Windows color (decimal): -4435708 or 283068. OLE color: 283068.

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

Color convert

RGB 188 81 4 -
CMYK 0 0.57 0.98 0.26
HSL 25.11º 0.96% 0.38% -
HSV(B) 25.11º 0.98% 0.74% -
XYZ 23.7 16.58 2.07 -
YUV 104.22 71.45 187.76 -
System Red Green Blue C M Y K H S L
Decimal 188 81 4 0 0.57 0.98 0.26 25.11 0.96 0.38
Hex BC 51 4 0 39 62 1A 19 60 26
Octal 274 121 4 0 71 142 32 31 140 46
Binary 10111100 1010001 100 0 111001 1100010 11010 11001 1100000 100110

Color Harmonies of #BC5104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5104

Black with #BC5104

Text Example


Text Example

White with #BC5104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5104; }

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

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

background-color css

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

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

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

border-color css

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

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

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