Html Css Color HEX #BC640C Tenne (Tawny)

📋 copy color: '#BC640C'

red 188 ◦ green 100 ◦ blue 12

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

Shades of Tenne (Tawny) #BC640C

Tints of Tenne (Tawny) #BC640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

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

R = 62.67%
G = 33.33%
B = 4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC640C (or 0xBC640C) is known color: Tenne (Tawny). HEX triplet: BC, 64 and 0C. RGB value is (188,100,12). Sum of RGB (Red+Green+Blue) = 188+100+12=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC640C is #439BF3. Grayscale: #747474. Windows color (decimal): -4430836 or 812220. OLE color: 812220.

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

Color convert

RGB 188 100 12 -
CMYK 0 0.47 0.94 0.26
HSL 30º 0.88% 0.39% -
HSV(B) 30º 0.94% 0.74% -
XYZ 25.36 19.83 2.84 -
YUV 116.28 69.15 179.16 -
System Red Green Blue C M Y K H S L
Decimal 188 100 12 0 0.47 0.94 0.26 30 0.88 0.39
Hex BC 64 C 0 2F 5E 1A 1E 58 27
Octal 274 144 14 0 57 136 32 36 130 47
Binary 10111100 1100100 1100 0 101111 1011110 11010 11110 1011000 100111

Color Harmonies of #BC640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC640C

Black with #BC640C

Text Example


Text Example

White with #BC640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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