Html Css Color HEX #BC640F Tenne (Tawny)

📋 copy color: '#BC640F'

red 188 ◦ green 100 ◦ blue 15

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

Shades of Tenne (Tawny) #BC640F

Tints of Tenne (Tawny) #BC640F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.95%

R = 62.05%
G = 33%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC640F (or 0xBC640F) is known color: Tenne (Tawny). HEX triplet: BC, 64 and 0F. RGB value is (188,100,15). Sum of RGB (Red+Green+Blue) = 188+100+15=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC640F is #439BF0. Grayscale: #757575. Windows color (decimal): -4430833 or 1008828. OLE color: 1008828.

HSL color Cylindrical-coordinate representation of color #BC640F: hue angle of 29.48º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC640F is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 100 15 -
CMYK 0 0.47 0.92 0.26
HSL 29.48º 0.85% 0.4% -
HSV(B) 29.48º 0.92% 0.74% -
XYZ 25.38 19.84 2.94 -
YUV 116.62 70.65 178.91 -
System Red Green Blue C M Y K H S L
Decimal 188 100 15 0 0.47 0.92 0.26 29.48 0.85 0.4
Hex BC 64 F 0 2F 5C 1A 1D 55 28
Octal 274 144 17 0 57 134 32 35 125 50
Binary 10111100 1100100 1111 0 101111 1011100 11010 11101 1010101 101000

Color Harmonies of #BC640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC640F

Black with #BC640F

Text Example


Text Example

White with #BC640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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