Html Css Color HEX #BC680D Tenne (Tawny)

📋 copy color: '#BC680D'

red 188 ◦ green 104 ◦ blue 13

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

Shades of Tenne (Tawny) #BC680D

Tints of Tenne (Tawny) #BC680D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.26%

R = 61.64%
G = 34.1%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC680D (or 0xBC680D) is known color: Tenne (Tawny). HEX triplet: BC, 68 and 0D. RGB value is (188,104,13). Sum of RGB (Red+Green+Blue) = 188+104+13=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC680D is #4397F2. Grayscale: #777777. Windows color (decimal): -4429811 or 878780. OLE color: 878780.

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

Color convert

RGB 188 104 13 -
CMYK 0 0.45 0.93 0.26
HSL 31.2º 0.87% 0.39% -
HSV(B) 31.2º 0.93% 0.74% -
XYZ 25.76 20.62 3 -
YUV 118.74 68.33 177.4 -
System Red Green Blue C M Y K H S L
Decimal 188 104 13 0 0.45 0.93 0.26 31.2 0.87 0.39
Hex BC 68 D 0 2D 5D 1A 1F 57 27
Octal 274 150 15 0 55 135 32 37 127 47
Binary 10111100 1101000 1101 0 101101 1011101 11010 11111 1010111 100111

Color Harmonies of #BC680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC680D

Black with #BC680D

Text Example


Text Example

White with #BC680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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