Html Css Color HEX #BC6A0C Tenne (Tawny)

📋 copy color: '#BC6A0C'

red 188 ◦ green 106 ◦ blue 12

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

Shades of Tenne (Tawny) #BC6A0C

Tints of Tenne (Tawny) #BC6A0C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.64%

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

R = 61.44%
G = 34.64%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC6A0C (or 0xBC6A0C) is known color: Tenne (Tawny). HEX triplet: BC, 6A and 0C. RGB value is (188,106,12). Sum of RGB (Red+Green+Blue) = 188+106+12=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6A0C is #4395F3. Grayscale: #787878. Windows color (decimal): -4429300 or 813756. OLE color: 813756.

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

Color convert

RGB 188 106 12 -
CMYK 0 0.44 0.94 0.26
HSL 32.05º 0.88% 0.39% -
HSV(B) 32.05º 0.94% 0.74% -
XYZ 25.96 21.03 3.04 -
YUV 119.8 67.17 176.64 -
System Red Green Blue C M Y K H S L
Decimal 188 106 12 0 0.44 0.94 0.26 32.05 0.88 0.39
Hex BC 6A C 0 2C 5E 1A 20 58 27
Octal 274 152 14 0 54 136 32 40 130 47
Binary 10111100 1101010 1100 0 101100 1011110 11010 100000 1011000 100111

Color Harmonies of #BC6A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A0C

Black with #BC6A0C

Text Example


Text Example

White with #BC6A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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