Html Css Color HEX #BC620F Tenne (Tawny)

📋 copy color: '#BC620F'

red 188 ◦ green 98 ◦ blue 15

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

Shades of Tenne (Tawny) #BC620F

Tints of Tenne (Tawny) #BC620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.56%

 BLUE value IS 15 (6.25% from 255) = 4.98%

R = 62.46%
G = 32.56%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC620F (or 0xBC620F) is known color: Tenne (Tawny). HEX triplet: BC, 62 and 0F. RGB value is (188,98,15). Sum of RGB (Red+Green+Blue) = 188+98+15=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC620F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC620F is #439DF0. Grayscale: #737373. Windows color (decimal): -4431345 or 1008316. OLE color: 1008316.

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

Color convert

RGB 188 98 15 -
CMYK 0 0.48 0.92 0.26
HSL 28.79º 0.85% 0.4% -
HSV(B) 28.79º 0.92% 0.74% -
XYZ 25.19 19.46 2.88 -
YUV 115.45 71.32 179.75 -
System Red Green Blue C M Y K H S L
Decimal 188 98 15 0 0.48 0.92 0.26 28.79 0.85 0.4
Hex BC 62 F 0 30 5C 1A 1D 55 28
Octal 274 142 17 0 60 134 32 35 125 50
Binary 10111100 1100010 1111 0 110000 1011100 11010 11101 1010101 101000

Color Harmonies of #BC620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC620F

Black with #BC620F

Text Example


Text Example

White with #BC620F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC620F; }

 p { color: rgb(188,98,15); }

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

background-color css

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

 a { background-color: rgb(188,98,15); }

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

border-color css

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

 span { border-color: rgb(188,98,15); }

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