Html Css Color HEX #BC5E0C Tenne (Tawny)

📋 copy color: '#BC5E0C'

red 188 ◦ green 94 ◦ blue 12

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

Shades of Tenne (Tawny) #BC5E0C

Tints of Tenne (Tawny) #BC5E0C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.97%

 BLUE value IS 12 (5.08% from 255) = 4.08%

R = 63.95%
G = 31.97%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC5E0C (or 0xBC5E0C) is known color: Tenne (Tawny). HEX triplet: BC, 5E and 0C. RGB value is (188,94,12). Sum of RGB (Red+Green+Blue) = 188+94+12=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5E0C is #43A1F3. Grayscale: #717171. Windows color (decimal): -4432372 or 810684. OLE color: 810684.

HSL color Cylindrical-coordinate representation of color #BC5E0C: hue angle of 27.95º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC5E0C is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 94 12 -
CMYK 0 0.50 0.94 0.26
HSL 27.95º 0.88% 0.39% -
HSV(B) 27.95º 0.94% 0.74% -
XYZ 24.81 18.72 2.65 -
YUV 112.76 71.14 181.67 -
System Red Green Blue C M Y K H S L
Decimal 188 94 12 0 0.50 0.94 0.26 27.95 0.88 0.39
Hex BC 5E C 0 32 5E 1A 1C 58 27
Octal 274 136 14 0 62 136 32 34 130 47
Binary 10111100 1011110 1100 0 110010 1011110 11010 11100 1011000 100111

Color Harmonies of #BC5E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E0C

Black with #BC5E0C

Text Example


Text Example

White with #BC5E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E0C; }

 p { color: rgb(188,94,12); }

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

background-color css

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

 a { background-color: rgb(188,94,12); }

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

border-color css

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

 span { border-color: rgb(188,94,12); }

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