Html Css Color HEX #BC5904 Tenne (Tawny)

📋 copy color: '#BC5904'

red 188 ◦ green 89 ◦ blue 4

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

Shades of Tenne (Tawny) #BC5904

Tints of Tenne (Tawny) #BC5904

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

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

R = 66.9%
G = 31.67%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC5904 (or 0xBC5904) is known color: Tenne (Tawny). HEX triplet: BC, 59 and 04. RGB value is (188,89,4). Sum of RGB (Red+Green+Blue) = 188+89+4=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5904 is #43A6FB. Grayscale: #6D6D6D. Windows color (decimal): -4433660 or 285116. OLE color: 285116.

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

Color convert

RGB 188 89 4 -
CMYK 0 0.53 0.98 0.26
HSL 27.72º 0.96% 0.38% -
HSV(B) 27.72º 0.98% 0.74% -
XYZ 24.33 17.84 2.28 -
YUV 108.91 68.8 184.41 -
System Red Green Blue C M Y K H S L
Decimal 188 89 4 0 0.53 0.98 0.26 27.72 0.96 0.38
Hex BC 59 4 0 35 62 1A 1C 60 26
Octal 274 131 4 0 65 142 32 34 140 46
Binary 10111100 1011001 100 0 110101 1100010 11010 11100 1100000 100110

Color Harmonies of #BC5904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5904

Black with #BC5904

Text Example


Text Example

White with #BC5904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5904; }

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

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

background-color css

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

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

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

border-color css

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

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

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