Html Css Color HEX #BC6103 Tenne (Tawny)

📋 copy color: '#BC6103'

red 188 ◦ green 97 ◦ blue 3

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

Shades of Tenne (Tawny) #BC6103

Tints of Tenne (Tawny) #BC6103

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.68%

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 65.28%
G = 33.68%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC6103 (or 0xBC6103) is known color: Tenne (Tawny). HEX triplet: BC, 61 and 03. RGB value is (188,97,3). Sum of RGB (Red+Green+Blue) = 188+97+3=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6103 is #439EFC. Grayscale: #717171. Windows color (decimal): -4431613 or 221628. OLE color: 221628.

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

Color convert

RGB 188 97 3 -
CMYK 0 0.48 0.98 0.26
HSL 30.49º 0.97% 0.37% -
HSV(B) 30.49º 0.98% 0.74% -
XYZ 25.03 19.25 2.48 -
YUV 113.49 65.65 181.14 -
System Red Green Blue C M Y K H S L
Decimal 188 97 3 0 0.48 0.98 0.26 30.49 0.97 0.37
Hex BC 61 3 0 30 62 1A 1E 61 25
Octal 274 141 3 0 60 142 32 36 141 45
Binary 10111100 1100001 11 0 110000 1100010 11010 11110 1100001 100101

Color Harmonies of #BC6103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6103

Black with #BC6103

Text Example


Text Example

White with #BC6103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6103; }

 p { color: rgb(188,97,3); }

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

background-color css

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

 a { background-color: rgb(188,97,3); }

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

border-color css

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

 span { border-color: rgb(188,97,3); }

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