Html Css Color HEX #BC680C Tenne (Tawny)

📋 copy color: '#BC680C'

red 188 ◦ green 104 ◦ blue 12

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

Shades of Tenne (Tawny) #BC680C

Tints of Tenne (Tawny) #BC680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

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

R = 61.84%
G = 34.21%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC680C (or 0xBC680C) is known color: Tenne (Tawny). HEX triplet: BC, 68 and 0C. RGB value is (188,104,12). Sum of RGB (Red+Green+Blue) = 188+104+12=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC680C is #4397F3. Grayscale: #777777. Windows color (decimal): -4429812 or 813244. OLE color: 813244.

HSL color Cylindrical-coordinate representation of color #BC680C: hue angle of 31.36º 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 #BC680C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 104 12 -
CMYK 0 0.45 0.94 0.26
HSL 31.36º 0.88% 0.39% -
HSV(B) 31.36º 0.94% 0.74% -
XYZ 25.76 20.62 2.97 -
YUV 118.63 67.83 177.48 -
System Red Green Blue C M Y K H S L
Decimal 188 104 12 0 0.45 0.94 0.26 31.36 0.88 0.39
Hex BC 68 C 0 2D 5E 1A 1F 58 27
Octal 274 150 14 0 55 136 32 37 130 47
Binary 10111100 1101000 1100 0 101101 1011110 11010 11111 1011000 100111

Color Harmonies of #BC680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC680C

Black with #BC680C

Text Example


Text Example

White with #BC680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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