Html Css Color HEX #BC5004 Tenne (Tawny)

📋 copy color: '#BC5004'

red 188 ◦ green 80 ◦ blue 4

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

Shades of Tenne (Tawny) #BC5004

Tints of Tenne (Tawny) #BC5004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

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

R = 69.12%
G = 29.41%
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

#BC5004 (or 0xBC5004) is known color: Tenne (Tawny). HEX triplet: BC, 50 and 04. RGB value is (188,80,4). Sum of RGB (Red+Green+Blue) = 188+80+4=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5004 is #43AFFB. Grayscale: #686868. Windows color (decimal): -4435964 or 282812. OLE color: 282812.

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

Color convert

RGB 188 80 4 -
CMYK 0 0.57 0.98 0.26
HSL 24.78º 0.96% 0.38% -
HSV(B) 24.78º 0.98% 0.74% -
XYZ 23.63 16.44 2.04 -
YUV 103.63 71.78 188.18 -
System Red Green Blue C M Y K H S L
Decimal 188 80 4 0 0.57 0.98 0.26 24.78 0.96 0.38
Hex BC 50 4 0 39 62 1A 19 60 26
Octal 274 120 4 0 71 142 32 31 140 46
Binary 10111100 1010000 100 0 111001 1100010 11010 11001 1100000 100110

Color Harmonies of #BC5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5004

Black with #BC5004

Text Example


Text Example

White with #BC5004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5004; }

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

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

background-color css

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

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

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

border-color css

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

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

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