Html Css Color HEX #BC6108 Tenne (Tawny)

📋 copy color: '#BC6108'

red 188 ◦ green 97 ◦ blue 8

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

Shades of Tenne (Tawny) #BC6108

Tints of Tenne (Tawny) #BC6108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.73%

R = 64.16%
G = 33.11%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC6108 (or 0xBC6108) is known color: Tenne (Tawny). HEX triplet: BC, 61 and 08. RGB value is (188,97,8). Sum of RGB (Red+Green+Blue) = 188+97+8=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6108 is #439EF7. Grayscale: #727272. Windows color (decimal): -4431608 or 549308. OLE color: 549308.

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

Color convert

RGB 188 97 8 -
CMYK 0 0.48 0.96 0.26
HSL 29.67º 0.92% 0.38% -
HSV(B) 29.67º 0.96% 0.74% -
XYZ 25.06 19.26 2.63 -
YUV 114.06 68.15 180.74 -
System Red Green Blue C M Y K H S L
Decimal 188 97 8 0 0.48 0.96 0.26 29.67 0.92 0.38
Hex BC 61 8 0 30 60 1A 1E 5C 26
Octal 274 141 10 0 60 140 32 36 134 46
Binary 10111100 1100001 1000 0 110000 1100000 11010 11110 1011100 100110

Color Harmonies of #BC6108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6108

Black with #BC6108

Text Example


Text Example

White with #BC6108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6108; }

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

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

background-color css

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

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

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

border-color css

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

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

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