Html Css Color HEX #BC5304 Tenne (Tawny)

📋 copy color: '#BC5304'

red 188 ◦ green 83 ◦ blue 4

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

Shades of Tenne (Tawny) #BC5304

Tints of Tenne (Tawny) #BC5304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

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

R = 68.36%
G = 30.18%
B = 1.45%

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

#BC5304 (or 0xBC5304) is known color: Tenne (Tawny). HEX triplet: BC, 53 and 04. RGB value is (188,83,4). Sum of RGB (Red+Green+Blue) = 188+83+4=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5304 is #43ACFB. Grayscale: #696969. Windows color (decimal): -4435196 or 283580. OLE color: 283580.

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

Color convert

RGB 188 83 4 -
CMYK 0 0.56 0.98 0.26
HSL 25.76º 0.96% 0.38% -
HSV(B) 25.76º 0.98% 0.74% -
XYZ 23.85 16.89 2.12 -
YUV 105.39 70.79 186.92 -
System Red Green Blue C M Y K H S L
Decimal 188 83 4 0 0.56 0.98 0.26 25.76 0.96 0.38
Hex BC 53 4 0 38 62 1A 1A 60 26
Octal 274 123 4 0 70 142 32 32 140 46
Binary 10111100 1010011 100 0 111000 1100010 11010 11010 1100000 100110

Color Harmonies of #BC5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5304

Black with #BC5304

Text Example


Text Example

White with #BC5304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5304; }

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

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

background-color css

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

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

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

border-color css

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

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

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