Html Css Color HEX #BC5D04 Tenne (Tawny)

📋 copy color: '#BC5D04'

red 188 ◦ green 93 ◦ blue 4

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

Shades of Tenne (Tawny) #BC5D04

Tints of Tenne (Tawny) #BC5D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.63%

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

R = 65.96%
G = 32.63%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC5D04 (or 0xBC5D04) is known color: Tenne (Tawny). HEX triplet: BC, 5D and 04. RGB value is (188,93,4). Sum of RGB (Red+Green+Blue) = 188+93+4=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5D04 is #43A2FB. Grayscale: #6F6F6F. Windows color (decimal): -4432636 or 286140. OLE color: 286140.

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

Color convert

RGB 188 93 4 -
CMYK 0 0.51 0.98 0.26
HSL 29.02º 0.96% 0.38% -
HSV(B) 29.02º 0.98% 0.74% -
XYZ 24.68 18.53 2.39 -
YUV 111.26 67.47 182.74 -
System Red Green Blue C M Y K H S L
Decimal 188 93 4 0 0.51 0.98 0.26 29.02 0.96 0.38
Hex BC 5D 4 0 33 62 1A 1D 60 26
Octal 274 135 4 0 63 142 32 35 140 46
Binary 10111100 1011101 100 0 110011 1100010 11010 11101 1100000 100110

Color Harmonies of #BC5D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D04

Black with #BC5D04

Text Example


Text Example

White with #BC5D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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