Html Css Color HEX #BC6405 Tenne (Tawny)

📋 copy color: '#BC6405'

red 188 ◦ green 100 ◦ blue 5

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

Shades of Tenne (Tawny) #BC6405

Tints of Tenne (Tawny) #BC6405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 64.16%
G = 34.13%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC6405 (or 0xBC6405) is known color: Tenne (Tawny). HEX triplet: BC, 64 and 05. RGB value is (188,100,5). Sum of RGB (Red+Green+Blue) = 188+100+5=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6405 is #439BFA. Grayscale: #737373. Windows color (decimal): -4430843 or 353468. OLE color: 353468.

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

Color convert

RGB 188 100 5 -
CMYK 0 0.47 0.97 0.26
HSL 31.15º 0.95% 0.38% -
HSV(B) 31.15º 0.97% 0.74% -
XYZ 25.32 19.82 2.63 -
YUV 115.48 65.65 179.72 -
System Red Green Blue C M Y K H S L
Decimal 188 100 5 0 0.47 0.97 0.26 31.15 0.95 0.38
Hex BC 64 5 0 2F 61 1A 1F 5F 26
Octal 274 144 5 0 57 141 32 37 137 46
Binary 10111100 1100100 101 0 101111 1100001 11010 11111 1011111 100110

Color Harmonies of #BC6405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6405

Black with #BC6405

Text Example


Text Example

White with #BC6405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6405; }

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

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

background-color css

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

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

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

border-color css

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

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

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