Html Css Color HEX #BC550E Tenne (Tawny)

📋 copy color: '#BC550E'

red 188 ◦ green 85 ◦ blue 14

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

Shades of Tenne (Tawny) #BC550E

Tints of Tenne (Tawny) #BC550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

 BLUE value IS 14 (5.86% from 255) = 4.88%

R = 65.51%
G = 29.62%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC550E (or 0xBC550E) is known color: Tenne (Tawny). HEX triplet: BC, 55 and 0E. RGB value is (188,85,14). Sum of RGB (Red+Green+Blue) = 188+85+14=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC550E is #43AAF1. Grayscale: #6C6C6C. Windows color (decimal): -4434674 or 939452. OLE color: 939452.

HSL color Cylindrical-coordinate representation of color #BC550E: hue angle of 24.48º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC550E is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 85 14 -
CMYK 0 0.55 0.93 0.26
HSL 24.48º 0.86% 0.4% -
HSV(B) 24.48º 0.93% 0.74% -
XYZ 24.07 17.22 2.47 -
YUV 107.7 75.12 185.27 -
System Red Green Blue C M Y K H S L
Decimal 188 85 14 0 0.55 0.93 0.26 24.48 0.86 0.4
Hex BC 55 E 0 37 5D 1A 18 56 28
Octal 274 125 16 0 67 135 32 30 126 50
Binary 10111100 1010101 1110 0 110111 1011101 11010 11000 1010110 101000

Color Harmonies of #BC550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC550E

Black with #BC550E

Text Example


Text Example

White with #BC550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC550E; }

 p { color: rgb(188,85,14); }

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

background-color css

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

 a { background-color: rgb(188,85,14); }

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

border-color css

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

 span { border-color: rgb(188,85,14); }

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