Html Css Color HEX #BC5204 Tenne (Tawny)

📋 copy color: '#BC5204'

red 188 ◦ green 82 ◦ blue 4

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

Shades of Tenne (Tawny) #BC5204

Tints of Tenne (Tawny) #BC5204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.93%

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

R = 68.61%
G = 29.93%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC5204 (or 0xBC5204) is known color: Tenne (Tawny). HEX triplet: BC, 52 and 04. RGB value is (188,82,4). Sum of RGB (Red+Green+Blue) = 188+82+4=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5204 is #43ADFB. Grayscale: #696969. Windows color (decimal): -4435452 or 283324. OLE color: 283324.

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

Color convert

RGB 188 82 4 -
CMYK 0 0.56 0.98 0.26
HSL 25.43º 0.96% 0.38% -
HSV(B) 25.43º 0.98% 0.74% -
XYZ 23.78 16.73 2.09 -
YUV 104.8 71.12 187.34 -
System Red Green Blue C M Y K H S L
Decimal 188 82 4 0 0.56 0.98 0.26 25.43 0.96 0.38
Hex BC 52 4 0 38 62 1A 19 60 26
Octal 274 122 4 0 70 142 32 31 140 46
Binary 10111100 1010010 100 0 111000 1100010 11010 11001 1100000 100110

Color Harmonies of #BC5204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5204

Black with #BC5204

Text Example


Text Example

White with #BC5204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5204; }

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

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

background-color css

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

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

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

border-color css

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

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

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