Html Css Color HEX #BC640D Tenne (Tawny)

📋 copy color: '#BC640D'

red 188 ◦ green 100 ◦ blue 13

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

Shades of Tenne (Tawny) #BC640D

Tints of Tenne (Tawny) #BC640D

RGB

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

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

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

R = 62.46%
G = 33.22%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC640D (or 0xBC640D) is known color: Tenne (Tawny). HEX triplet: BC, 64 and 0D. RGB value is (188,100,13). Sum of RGB (Red+Green+Blue) = 188+100+13=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC640D is #439BF2. Grayscale: #747474. Windows color (decimal): -4430835 or 877756. OLE color: 877756.

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

Color convert

RGB 188 100 13 -
CMYK 0 0.47 0.93 0.26
HSL 29.83º 0.87% 0.39% -
HSV(B) 29.83º 0.93% 0.74% -
XYZ 25.37 19.83 2.87 -
YUV 116.39 69.65 179.07 -
System Red Green Blue C M Y K H S L
Decimal 188 100 13 0 0.47 0.93 0.26 29.83 0.87 0.39
Hex BC 64 D 0 2F 5D 1A 1E 57 27
Octal 274 144 15 0 57 135 32 36 127 47
Binary 10111100 1100100 1101 0 101111 1011101 11010 11110 1010111 100111

Color Harmonies of #BC640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC640D

Black with #BC640D

Text Example


Text Example

White with #BC640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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