Html Css Color HEX #BC640B Tenne (Tawny)

📋 copy color: '#BC640B'

red 188 ◦ green 100 ◦ blue 11

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

Shades of Tenne (Tawny) #BC640B

Tints of Tenne (Tawny) #BC640B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.68%

R = 62.88%
G = 33.44%
B = 3.68%

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

#BC640B (or 0xBC640B) is known color: Tenne (Tawny). HEX triplet: BC, 64 and 0B. RGB value is (188,100,11). Sum of RGB (Red+Green+Blue) = 188+100+11=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC640B is #439BF4. Grayscale: #747474. Windows color (decimal): -4430837 or 746684. OLE color: 746684.

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

Color convert

RGB 188 100 11 -
CMYK 0 0.47 0.94 0.26
HSL 30.17º 0.89% 0.39% -
HSV(B) 30.17º 0.94% 0.74% -
XYZ 25.36 19.83 2.81 -
YUV 116.17 68.65 179.24 -
System Red Green Blue C M Y K H S L
Decimal 188 100 11 0 0.47 0.94 0.26 30.17 0.89 0.39
Hex BC 64 B 0 2F 5E 1A 1E 59 27
Octal 274 144 13 0 57 136 32 36 131 47
Binary 10111100 1100100 1011 0 101111 1011110 11010 11110 1011001 100111

Color Harmonies of #BC640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC640B

Black with #BC640B

Text Example


Text Example

White with #BC640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC640B; }

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

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

background-color css

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

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

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

border-color css

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

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

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